does test plan is in test strategy or test strategy is in
test plan.
Answer Posted / ganesh
This depends on the project
| Is This Answer Correct ? | 0 Yes | 3 No |
Post New Answer View All Answers
Who uses qtp tool?
In the website, the protocol has been changed http: to https what you will do? Tell me your approach?
what type of values given to objects. EX::Set oBrowser=Description.Create oBrowser(“micclass”).Value=”Browser”
how can we preform retesting(DATA driven test) using function please gine the code for loginpage
How can I use Call dlls in QTP ?
How many types of run modes are there in qtp?
Shall we add Local Repository to shared object repository,if yes,how we add
What is the use of running the scripts in Hidden-mode in UFT?
Client is able to provide budget..he want you to choose the automation tool for the web application? which one you will select ? QTP or Selenium ? what are the reasons?
Explain different types of action in qtp?
How do you send email with attachment from outlook using qtp ?
If I am scripting Web-based Surveys using QTP that open up differently but at the exact same point require a username and password can I automate that username and password for all the surveys some how using QTP?
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
How you can replace string in qtp?
When you open QTP, how many sheets you can see?