In QTP, As a first step wht we will do before going to
start a Automation....when it will be decided that we have
to go for a Automatio..and who will decide to go for
Automation. Any body can pls let me know..
Thanks in Advance..
Answer Posted / kala
Depending on the companies standard. Domain experts,
clients choice, Project manager and quality assuranace
people will take the decision. If the client is very much
interested then company will go for the automation
depedning on the budget which has to be paid by the client.
Normally for more risk projects, financial projects,
delicate projects we will go for the automation.+
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
What are the general steps involved in the data driven framework?
I have many listboxes in my application. I have to check whether the contents inside the listboxes are in sorted order or not..can anyone please send the code as early as possible
How to modify the text checkpoint?
diff between qtp versions from 8.5
Can I change properties of a test object?
How extensive or customized are the server logging and reporting requirements; are they considered an integral part of the system and do they require testing?
What are the different ways to invoke an application using QTP?
we add library file used in test via settings or through "ExecuteFile" command. when we implement framework do we make common library file and load the same for all the test cases execution?
Suggest and Define a solution for an application whose objects are not recognized by UFT?
How smart identification works in qtp ?
How to check which add-ins are associated with a test in qtp?
What are the two types of repositories available, explain them?
How to customize checkpoints with parameters?
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
Can testing be done on the production system, or will a separate test system be required? How are browser caching, variations in browser option settings, dial-up connection variabilities, and real-world internet 'traffic congestion' problems to be accounted for in testing?