How i can use Regular expression in QTP?give detailed steps
for it.
Answer Posted / thirumala reddy
Regular expression is used to check the pattern instead of checking constant values.
For browser u have to use .* method
and for date functions we have to use some more methods
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
hi to all, i need a code.. in flight application 1.i need to login first then i need to insert 3 new orders... 2.i have to log out 3.i have to login again with different user 4.need to insert 2 new orders 5.then need to log out 6.then again login with different user 7.3 new orders create and log out 8.but we hv to do this using data table and actions please help me
what is meant by source control?
can anyone tell me what to say in interview when interviewer asks about "tell me about your framework in your project"?
What is the quicktest professional (qtp) testing process?
what type of values given to objects. EX::Set oBrowser=Description.Create oBrowser(“micclass”).Value=”Browser”
What is object repository in qtp?
explain how to write vb script in qtp?when will you write own script?
Could i know how how to explain keyword driven framework in interview? If any body knows plz send the explanation.
How Can I find the least value in a bunch of variables using qtp.. E.g.:- A = 210, B = 212, C = 60, D = 111 I don’t want to write bunch of lines for this…. Is there a way to get the result in one line…..
How to add synchronisation points in qtp?
in a web page How to check and display a particular word from a paragraph?
Explain building blocks of the bpt framework ?
what is the difference between development and testing
I want to test my vb.net solution file using qtp. Does Qtp test only .exe file?
Explain calling sub procedure.