I have a test script that verifies if a check box is checked.How can I do this?:If the check box is checked --> continue with the script.If the checkbox is not checked --> pause the script and a message appears "Check box is not checked" and with 2 buttons "Continue" or "Stop the Script".Note: the Consequences of the 2 buttons are obvious.
Latest Answer: _set_window takes the physical description of the window ...
When we have Multiply Object Multiple Property(MOMP) GUI checkpoint, then what is the actual use of Single Object Single Property(SOSP) GUI checkpoint?
Latest Answer: if u have two identical objects which has same logical name and recorder physical properties ar same,then u need to add some more properties so that wirunner identifies each window uniquely, this can be done by GUI configuration. ...
Latest Answer: .Net components usually work on a COM/DCOM model. They expose a lot of objects for programming and have a bunch of properties and methods associated with them.Usually VB/VBA/Vb Script, JScript, C++. C# etc have a very powerful mechnism to handle ...
Latest Answer: set_window(''Login window");win_activate("login",Time);edit_set("username:" "xxxx");set_window("login window");password_edit_set("password box", Encrypted password");button_press("OK"); ...
Latest Answer: Bitmap checkpoint: It applies to a particular area on the "bitmap". It is not necessarily the image, though it could be the bitmap for the entire image. e.g: If the image is of a person, then a bitmap could be the area representing only his ...
Is it possible to automate the Regression Test scripts available for an application deployed on CITRIX server, using the Winrunner installed on my local desktop? If it is possible what is the Add-In that is required to achieve the same?
Why we should run in update mode if there are any changes made in TSL script (enhancements) ?What happens if we run it in verify mode directly?
View page << Previous 1 2 3 4 [5] 6 7 8 9 10 Next >>

Go Top