write a regular expression pattern for xyz?123?
Answer / nagaveni n
case 1: xyz?123? - if xyz is varying then
regular expression pattern would be
Re = .*\?123\?
Case 2: xyz?123? - if 123 is varying then
regular expression patter would be
RE = xyz\?[0-9]*\?
| Is This Answer Correct ? | 6 Yes | 0 No |
Explain the parameter in qtp?
What are the disadvantages of recording test cases in qtp?
Explain about reusable actions?
How many ways return more then one value from function?
How to export quicktest professional results to an .xls file?
diff between wr and qtp in detail.
Hello Everybody, Please tell me can we create Test Plan in QTP? This I am asking irrespective to integrating with Test Director.I mean is there any option to create Test Plan in QTP itself. Thanks, Gaytri
how can u put synchronization point in qtp,wat is exactly synchroniztion why we use it wat is benifit in qtp
13 Answers College School Exams Tests, Mind Tree,
Please explain how to open with notepad of saved html file by right click option using QTP
What is descriptive Programming in qtp.
Is it mandatory to know abt regular expression in descriptive programming
How can we display the names of the buttons in the toolbar of a webpage