Why use Regular Expressions?
Answer / asit kumar
you created a text checkpoint that searched for a specific text string. You can use regular expressions to increase the flexibility and adaptability of your tests.
Regular expressions enable QuickTest to identify objects and text strings with varying values. You can use regular expressions when defining the properties of an object, the methods of an argument, when parameterizing a step, and when creating checkpoints with varying values.
Is This Answer Correct ? | 0 Yes | 0 No |
When to use descriptive programming?
Diff b/w Test Design and Test case design? What is the Design Review's and Code Review's. When will you conduct tese reviews?
Other than using import sheet statement for importing the data from excel sheet, is there any other method that can be used?
Have you used xml check point in your project? How?
How you are developing the script? Using record and play back or manual?
what is recovery manager and recovey scenerio?
If the weblist is identified as webelement,and by clicking on webelement if the values are displayed,and if the values the values also identified as webelement.then how to fetch the values through script?
How do you invoke any application and write a script to invoke QTP using VB Script.
I am new to automation testing.I am learning QTP 9.2.my question is how to install the defferent addins(other than Default Addins) is there any defference in QTP after installing the Addins.where we can get the addins?
In a web site, Protocal has been changed http: to https: what is your approach?
how to make connection to a remote mysql database in qtp any one can please provid eme deatail steps.
How to identify the child window. In my case while recording, When i open new window and give checkpoint for some control and when i run that script QTP give error like" can not identify the object" Is there any method or solution to handle child window issue Note: In my apllication i have to check child window of child window also ( multiple windows open )