give one example where you have used regular expression?
Answer Posted / satya
Another gud ex for using the regular expression is to
checking your eMail.
as the no of unread messages will never be constant so -for
clicking on "Inbox(n # of unread mails)" w/o fail u must
use R/E.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Hi! My OTP script has several bitmap checkpoints included which I check in the test results xml file. The test is for SAP 4.7. I need to save these bitmaps to files or at least export them to the html file using the export function in the test results viewer. Could you please help me with this problem? Thank you in advance! Best regards, Peter
i have to login into gmail loginpage i have to pass testcase into userid and password by using functions. the test case of user id is it should take only lowerletters alphabetin between 4 to 6 length.it should not take spectial letters.it should not take numbers.testcase for password is it should take numbers and it should not take alphabets note the following things must happen 1 when i give correct password and userid that password and userid should be seen in QTP result and notepad,xl sheet 2 when i gave in valid password the system willgive message please give valid password that particular messaage should be seen in QTP result,norepa and xl sheet
How to perform cross platform testing and cross browser testing using qtp? Can you explain giving some example?
In qtp, explain what is crypt object
Differences between quicktest professional (qtp) and winrunner?
How to suppress warnings from the test results page?
In the website, the protocol has been changed http: to https what you will do? Tell me your approach?
what difference between runtime object and text object and what property they have. whether they have same properties or different properties.
Can launch two instances of qtp on the same machine?
Discuss quicktest professional environment?
What is an optional step in qtp ?
What is text/text area checkpoint?
What is object repository in qtp?
how can you do retesting (datadriven test) using notepad amd by using functions NOTE u should not use datatable methods
Can any one say what exact diff between test->parameters, action properties-> parameters. after defining the parameters in test->settings, how can we access those parameters.(i know how to use action prop parameters)