I’ve submitted this assignments five time after successfully tested in my local. Still, if I’m wrong in some areas, I should get get at least some percentage. Every time, it is ‘0/100’. I’ve tried to submit after resetting the data. Still didn’t help. Is there any bugs on system?
I also noticed, from the total item number is also changed from 11 to 12.
Can anyone please help me to understand the result calculation?
I’ve done dispatcher and performer separate as mentioned in walk through and add those two separate folder into one folder name ‘Generate Yearly Report’, zip it and upload in the assessment portal. Now, my belief is I should get at least few marks even if some code somewhere is wrong. But every time getting zero.
another thing, “Uploaded with ID dabfcd402758bf07bed318bb989cf103” for work item 225194. is it the correct phrase or should I include the also when adding the number?
So you can check name of raport if it is good generated… maybe you have some space between elements. Whats more you can check if yearly raport is correct after merge.You must have something wrong with yearly raport because to pass examine you must have corrected generated hashes and it must be write down in a comment field. This all what you need. Check this element. There is some little issue what you have to correct.
Yes. To Merge them and create the yearly report, you have to download them. However once you are done with one iteration of the work items before you move to the next once you can just delete the previous monthly reports and just keep the Yearly one. If you are asking if it is mandatory to submit for evaluation then no monthly reports are not required to be submitted however you should have the yearly reports.
You can use Merge Data Table activity with destination as your yearly report datatable & source as monthly report. Repeat the process for each of the month.
I am doing Advanced Training assessment 2 and need one help. We have to download 12 monthly reports of each vendor TaxID. Here, we have to use 12 TypeInto activities or is there any other possible solution to automate this. Could you please help me in this.
Create an Array for Months having value for each of the month.
Use a For Each Loop to loop through each of these months one by one.
Inside For Each Loop, You can use ‘Select Item’ activity and pass the ‘item’ value of the current instance of loop. Downloading of Monthly Reports & Merge Data Table all goes within this For Each loop.
Is that chrome browser? What’s the selector of the ‘Get Text’ activity? What’s the output right now if you use Get Text? Is it throwing any error or empty?