In QTP, Which are the concepts are needed to do
Functional testing and Regression testing?
Answer Posted / uday kumar_anem
Batch Testing concept is best suites for Re-Testing rather
than regression testing.
Almost all the scripts we write are for Functional and
Regression testing.
| Is This Answer Correct ? | 2 Yes | 4 No |
Post New Answer View All Answers
How can you identify the browser and its information using QTP script?
Can you list some technologies that support qtp?
i have doubt suppose iam purly working in QTP, when i will work on sql and performence testing? pls any one clarify doubt?
Why do you create a text checkpoint on a Web application? What is the purpose of the Close method?
What are the types of object repository in qtp?
How Can I find the least value in a bunch of variables using qtp.. E.g.:- A = 210, B = 212, C = 60, D = 111 I don’t want to write bunch of lines for this…. Is there a way to get the result in one line…..
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 to find operating system information using the qtp script?
Define Canvas view of UFT?
By using QTP can we record any log files written by the application which is in execution?
What is the use of Debug Viewer?
What is the basic concept of quicktest professional?
How can we extract data like "Details","Result","Time" from the 'Run Error' result generated in QTP after run time errors are generated during a run & import the details etc...into excel sheet
For which type of project the iterative model is suitable?
1--How many functions u develop 2--What is an array 3-- where is ur server 4--U involved in unit testing 5--how ur test the background colour using QTP