After creating testcases, how do you start testing in QTP?
what methodology will follow?
Answer Posted / minni
After writing testcases first u l analyse which testcases
can be automated like usability testcases cannot be
automated, u l prioritise depending upon the functionality.
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
Is it possible to change the values of analog recording?
I want to know can we integrate visual source safe tool with QTP and QC for our version controlling process? WE know QTP and QC 10.0 version is having the version control inbuilt in it but I want to know the merits and demerits of the inbuilt version control tool and the visual source safe tool using QTP and QC.
What are main panes available in qtp test browser?
What is keyword view?
Output values? i want a practical example
What is test object model in quicktest professional?
Does QTP10 supports Windows 7OS +IE 9 combination? Which is the preffered combination ,Plz let me know?
Is it possible to refer the same object for referring more than one object that are of different class using the descriptive programming approach? Suppose my code is 'To create the object named as obj Set obj=Description.Create() 'To define the values obj("title").value="IE" obj("type").value="text" obj("html tag").value="INPUT" 'To set the value Browser("IE").Page("Yahoo").WebEdit(obj).Set "xyz" Can I refer the "obj" object for the three objects like Browser,page and webedit objects? If so how?
what QTP Options do you know?
The structure of keyword driven frame work is like a folder structure the different sub folder are 1-functional libray folder 2-object repository folder 3- database folder 4-appliction1.xls 5-initalzation vbs file 6-sequence file 7-driver script 8-test case list file My question is whether these are in a local server machine or in our pc.((whether It like Vss). can u give example of driver script(code)
Where we can use the synchronization?
How to remove the associated function library?
Hi Friends... By using QTP , can we test .net products...and that product supports different languages.. thanx in advance..
Explain the use of action split in qtp?
I created 3 actions in test suppose I want to run action 1 in single time, action 2 is 4 time what I do?