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 |
What are the different types of functions available in qtp and explain ?
After creating testcases, how do you start testing in QTP? what methodology will follow?
7 Answers Actran, American Well,
How do u connect database through QTP tell me both Ms Access and SQL
If u prepare bug report in Excel sheet . Is it possible to send thrw Test director? how it is?
How to handle the exceptions using recovery scenario manager in QTP?
How will you handle custom object in QTP?
Can any one tell me Difference between Keyword Driven Frame work and Hybrid framework? Its Urgent.
I used child objects to get the no of weblist present in the weblist.now i need to select the items present in each weblist ?How to do so
how to create flat file datasubmission in qtp
Which property do you use to retrieve or assign data into a cell in a Data Table object?
HOW to invoke any recorded script in QTP with out using RECORD & PLAYBACK CONCEPT?
what is descriptive programming?