Hi,How to write regular expression for inbox(10) {here 10
is changing while playback}.tell me the pettern.
Answers were Sorted based on User's Feedback
Answer / uday kumar_anem
Browser("xyz").Page("abc").Link("text:=Inbox (.*)").Click
| Is This Answer Correct ? | 3 Yes | 2 No |
Answer / amarshukla123
Inbox (.*) will match any number of email either 10000000000
or 0 but the requirement here is that number of emails can
vary from 1 to 10 onlu not 11 not 0 just between 1 to 10
..now this will be a challenge somewhat ..try to post answer
now.
| Is This Answer Correct ? | 0 Yes | 0 No |
hi, FOR 3+ QTP INTERVIEW, FOR EXAMPLE WE PUT ONLINE BANKING SYSTEM PROJECT IN OUR RESUME, IN PROJECT MANAGER ROUND...WHAT R THE MAJOR QUESTIONS ARE ASKED IN P.M? PLS TELL ME ATLEAST 10 QUESTIONS?.....AND IF POSSIBLE POST ANSWERS ALSO....
This is Ajay i have few douts if anybody know pls give me reply. 1. i have opend 2 gmails i am working with 1 gmail i want to close other gmail by usig script. 2.i have 10 links in a page all of them have same properties& names i want to click on 5link by using script. 3.i have one combobox in that i want to see all the citynames in the combobox and i have to check weather hyderabad is present or not. 4. size of objectrepository. 5.what r problems we get during writing the script. 6.is it possible to compare to excel sheets in qtp if possible wht is the script. 7.example for lowlevelrecording
What is the difference between functions and actions in QTP?
how to test load test and block box testing an a web based application pls give ans briefly
waht is the diff b/w Environment variable and Global variable in qtp?? explain types of variable in qtp??
can we call a test in another test? how? explain with one example?
A web table is having 3 columns(name, salary and checkbox) in qtp How to select a checkbox based on the highest salary of an employee in a webtable.
how to record/identify the webedit box/object which have drop down list and its changing simultaneously in qtp..
1 Answers Synchronoss Technologies,
i am unable to select an item from combobox using Descriptive programming. can any one give me code for scheduling the ticket using Descriptive programming.
How to write business scripts using object repository with different scenarios
Hi Guys, I am very new to QTP tool , In real time environment how to test the application with this tool, 1. How to load application in QTP tool 2. How to write test script in QTP. 3. In manual testing we test login box (user id , password) how can we test this kind of testing with QTP tool with examples . Please guys put some focus on my questions , real time ecperienced answers would be appreciate, advance thanks ,please guys i am expecting ur answers as soon as posible
Why divide a test into three action calls?