If an application name is changes frequently i.e while
recording it has name "Window1" and then while running
its "Windows2" in this case how does QTP handles?
Answer Posted / vandana sharma
QTP handles those situations using “Regular Expressions”.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
if anyone has idea of the interview procedure in covansys, plz send me a mail?
How can I change object description or check point values in qtp?
hi all here i have tab named "Workbench" By clicking on "workbench" tab.it displays 4 tabs like below workbench common cargo commercial charter "common" tab have 10tabs inside,"cargo" tab also haveing 15 tabs inside and remaining two tabs also having few tabs inside. when clicked on "common" tab.it displaying the script like tab("workbench").select"common" if i clicked on "cargo".it displaying the script like tab"workbench_2").select"cargo" if i clicked on "commercial".it displaying the script like tab"workbench_3").select"commercial" if i clicked on "charter".it displaying the script like tab"workbench_4").select"charter" I have used a "FOR LOOP" for common,commercial,cargo,charter tabs.it was stopped at second tab SO, CAN I RECOGNIZE "WORKBENCH_2,_3,_4" AS A SINGLE VARIABLE if not, can anyone plese help me to solve this
If the objects hierarchy is changing from build to build, then how you will handle that condition?
Hi I am new to QTP. can u please answer to my qus... suppose 3 excel sheets are there * we are trying to check for login credentials for a page. userid from excel1 , password is from excel2 whether the page is opened or not that checkpoint is result is should be stored in excel 3.... this qus i have faced in IBM technical round... please tell script for above query ... please please
what is error and fault in terms of software quality?
What is the use of text output value in quicktest professional (qtp)?
Hi,All How to create a link in excel sheet using qtp
Can we record using all the modes in a single script? Explanation with example is appreciated
Pls can anyone give me the entire code for the Keyword driven framework with respect to he Flight Reservation Window in detail with explanation. Pls explain in detail stepwise. Thanks a lot. Pls very urgent?.
In qtp, how you can use xpath to identify objects?
How often were they executed?
in my application,validation message has in japanise language.how to validate this message is appears properly or not
can any body clearly explain about keyword driven framework .give me the explanation for files what ever you use in this frame work?
I am a new tester that needs to create an automatic script involving security questions. On a webpage I need to select a security question(which are random) from a drop down menu, and then input the answer as the last word from the security question. I have the script set-up to automatically select the first security question from the drop down. The problem I am having is trying to insert the security answer. How do I insert the security answer based on the selection from the security question?