write a regular expression pattern for xyz?123?
Answer Posted / 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 |
Post New Answer View All Answers
How many ways we can parameterize data in quicktest professional (qtp)?
What are the key points to create a framework in QTP for oracle forms?
Explain types of output values?
What are the types of data tables in qtp?
How we can use the database checkpoint on a java web based application in which the database connectivity is done using JDBC->Pure Java type (in this type there is no need to create a DSN). At present in QTP we can fetch database values using checkpoint only through DSN. Is there any programming for this if we don't have DSN (ODBC)
how we connect 1. qtp9.2 to the quality center9.0? 2. Load runner8.0 to the quality center9.0
Tell me about your project? please help me how to tell about insurance project
What are the types of object repository?
when u script reveiwing in which area u more concentrates?
How to find a window is minimized or not
how to test load test and block box testing an a web based application pls give ans briefly
Can U Explain about QTP tool from older version to latest version also its differences?
Print the Prime numbers in below format only up to 20(Need commas also) 1,2,3,5,7,9,11,13,17,19
Hi, How Accessibility checkpoint in QTP can be implemented in the test script?
how to post xml data from QTP scripts to any application?