give one example where you have used regular expression?
Answer Posted / ramakrishna
hwen ever change in regular in test objects that tine use
resgular expression
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
I have 5 save buttons in 5 tabs . The tabs are placed one after the other. My object repository have these added as 5 save buttons with name sav1, save 2, save 3 , save 4, save 5 .all are getting highlighted from OR but they are not getting clicked. After spying each button all the properties are same except First button Index 0 html id:=btnSaveTab1 outerhtml:=", Second button "html id:=btnSave "outerhtml:=", Third button "html id:=", outerhtml:=",
What is the file extension of the code file and object repository file in QTP?
What are the check points can be inserted without recording?
How do you create new test sets in td?
how to test use the quality control .how to verify the image verification
Hello, Is there any way to send the test results in html format (or any other) by email using outlook after the test run ends? thank you in advance
How can you identify the browser and its information using QTP script?
What is the qtp testing process?
What are the types of environment variables in qtp?
Hi frnds, does anybody know if there is anything called "thin point" or something in qtp? thanks in advance.
What are the features and benefits of quick test pro (qtp 8.0)?
In qtp, how you can exit for loop?
How to read a text file from QC using QTP. I would like to do something like this. But instead read a file from QC and NOT from my local drive. Set fso = CreateObject("Scripting.FileSystemObject") Set InputFile = fso.OpenTextFile("C:\test.txt", ForReading) Thanks
What is the syntax for how to call one script from another?
How is the Bitmap checkpoint different from Image checkpoint?