I need diffrences between Object Identification, Smart
Identification, Regular expresion,Low-Level Recording
(enables you to record on any object in your application,
whether or not QuickTest recognizes the specific object or
the specific operation.)
I am working on Web Application. In that object caption
will change dynamically. For example, consider “Save”
button. On clicking save button the caption changing as “
EDIT ”. From above concept which concept I have to use here?
Answers were Sorted based on User's Feedback
Answer / akshar jain
in object repository click on the particular browser and
add the property as name & click on the value button & if
ur browser name is india is in asia & u want only the
browser name as asia then give as .*asia.* & click on the
regular exp check box
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / uma
You Should use only Regular expression .
Step1: Go to Obj. Repository
Step2: Select that SAVE obj.
Step3: In obj. Repository Click constant value then give
.*
Then save Now u run the script It will accept the dynamic
window in QTP.
| Is This Answer Correct ? | 0 Yes | 1 No |
Hi am New to Automation Testing , any one can you help me what are the basic questiion are asked an interview?
What is the scripting language used in QTP?
any one could you explain the following code with example: intFieldItemsCnt =CInt(GetProperty(Browser ("Browsername").Page("Pagename").Weblist ("weblistname"),"items count")) msgbox intFieldItemsCnt
hi i need to learn qtp its very urgent..pls tell me who is the best faculty for qtp in hyd..... and i plan to go foe mindq nageshwar rao? its good or not?
what are the metrics in general we use in testing.
if anyone has idea of the interview procedure in covansys, plz send me a mail?
How to create basic scripts from a manual test case in QTP?
what is test scheduleling?
Wat is the command used to add an object(properties) to an object repository?
I want to capture data(using keyword) from msdos application using QTP?... Below is little work i could do on it... /* Set app=CreateObject("Wscript.shell") SystemUtil.run ("C:\Users\Agent\Desktop\pumpsim\PUMPSIM.EXE") Window(“PUMPSIM.EXE”).Activate wait(3) app.sendkeys "N" */ Thanks in advance...!!!
if we made any changes in shared object repository how it reflects of others like our team members?
How to associate shared object repository to test in qtp?