Hi There,
Currently I'm using
TestStudio_2011_1_502_Purchease. Here some questions need confirm.
1. How to do the negative verification. We are using Telerik testing a website, in the website there has images, we need to verify the images are loaded or not, currently I am using If Else, seems that works, any good solution?
2. How to handle the image verification if the screen resolution changed or change to another machine? Seems the image verification failed if screen resolution changed.
3. How to parametrize steps? Some steps I want to reuse and don't want to record all steps, could I just change the parameter?
For instance: Step1: Pages.x2011AppleViewFull.Click(false)
Step2: Pages.x2011OrangeViewFull.Click(false)
you can see there almost same just x2011AppleViewFull and x2011OrangeViewFull are different, could I use Pages.(object).Click(false)?
I hope can get response quickly, because those impact our work now
Thanks
Waylon
Currently I'm using
1. How to do the negative verification. We are using Telerik testing a website, in the website there has images, we need to verify the images are loaded or not, currently I am using If Else, seems that works, any good solution?
2. How to handle the image verification if the screen resolution changed or change to another machine? Seems the image verification failed if screen resolution changed.
3. How to parametrize steps? Some steps I want to reuse and don't want to record all steps, could I just change the parameter?
For instance: Step1: Pages.x2011AppleViewFull.Click(false)
Step2: Pages.x2011OrangeViewFull.Click(false)
you can see there almost same just x2011AppleViewFull and x2011OrangeViewFull are different, could I use Pages.(object).Click(false)?
I hope can get response quickly, because those impact our work now
Thanks
Waylon