Hi there,
Apologies for the long post.
I have queries related to following article from Uipath website.
RPA testing
- I failed to understand the three containers i.e. Given, When, Then. I am not bale to fine how to use them , for which type of scenario, its significance.
What goes in Given container
What goes in When container
What goes in Then container - It has been mentioned that a test case can be created by clicking right click on a workflow xaml file and then click create test case => a sequence with Given, Then and when containers will be generated. When I instead click Add → Test case , it generates a test case which is totally different in appearance than the one created with Given,Then and When containers i.e. a blank sequence. Why so? and what’s the difference between the two?
How can I execute a simple gmail login scenario using all this wherein I keep my credentials in a text file or excel file, login to gmail and then get the results as PASS or FAIL.