when there is a task that gets repeated in multiple scripts
what do you do in QTP?
Answer Posted / chaitu
Here you want to repeate the multiple scripts in Qtp, So
definately you can for Keyword Driven Frame Work
Here Generally All testscripts are converted into functions
put in separate fold , when we want that script in midle of
the main script we can call that functions like
Executefile"path of the .vbsfile"
Call FunctionName()
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
if mandatory and Assitive propertys are shows same how will u write skript in QTP window
what is Property......End Property loop? how to write sript for it in QTP
What is TOM in QTP?
How you calling actions in qtp?
How do client side image and server side image work?
I need to obtain the parent of an object programatically, so if I have: winButton("aButton") I need to obtain the parent part: window("Window1").Dialog("Dialog1") so I can programatically create a string of the full name of the object to call it with an execute statement in QTP I would like to use something like: part[1] = "window(""Window1"")" part[2] = "dialog(""Dialog1"")" so I can do: exeLine = part[1]&"."&part[2]&"."&"winButton(""aButton"")" Execute exeLine Apart from keeping a record of the window/dialog hierarchy is there a parent or path function/ command Thanks Adrian
Have you used xml check point in your project? How?
how can we preform retesting(DATA driven test) using function please gine the code for loginpage
Explain actions in qtp ?
why you have standardized functions? plzzz guys with real time exp. do answer
Hi Friends, Im planning to do certifcation in mercury Automation Tool QTP.But I Didnt get any clear details regarding course syllabus, fees, where to approach, and which certification would be useful for the experienced testers? can any one send me the details?
I am having major problems with some DB Table Checkpoints I add to my script. I 35 web based applications recorded and each has DB Table Checkpoints insert but only 1 script isn't recognizing the DB Table Checkpoints for some reason. I've checked the DB connections and the info in the Library Functions and still only this one script out of 35 doesn't recognize the DB Table Checkpoints. Can someone please help me figure out why only this one script out of 35 that's hitting the same database is having a problem.
when u script reveiwing in which area u more concentrates?
How to do the scripting. Is there any inbuilt functions in qtp as in qtp-s. What is the difference between them? How to handle script issues?
regular expression in qtp standar check point for months from accepting months from january to december only