Hello Everybody,
Please tell me can we create Test Plan in QTP? This I am
asking irrespective to integrating with Test Director.I
mean is there any option to create Test Plan in QTP itself.
Thanks,
Gaytri
Answer Posted / softwaretester4u
Rajendra sorry i did't get automation test plan?
Generally test plan contains what to do? resources and
features to be tested ,limitations and all .
why it is not possible in QTP and how it is possible in
Silk test ? pls explain me details .I am not pointing
out...sorry. pls clarify me
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
In the Hybrid framework, data can access the database, excel file, XML etc. Is it true?
Hi, I am working on microsoft infopath forms..It is standalone form..(not dotnet or web.) . I am not able to indentify any objects in it.. I am currently using active accessibility in the macro for the same but its execution is too slow.. Kindly help in case you have better solution.
What are the types of properties that quick test learns while recording?
How to attach a file to TD?
what is review
What is qtp window?
How to create scenario selector
Why do we use breakpoints in QTP?
What is the standard timing delay for web based application in qtp?
before launching qtp, we need to close all the open browsers u dont know what are all the browsers either it might be ie,mozilla etc and u dont know how many brosers are open.... u need to close all these before launching qtp.. can anyone plz temme d solution...
How to do the scripting. Is there any inbuilt functions in qtp as in qtp-s.
What are the common defects found in your project? (in qtp interview)
how do we know whether all objects are stored in the object repository or not? how can we know if a particular object is not stored in the repository?
what is meant by Implicit and explicit requirements?
hi all here i have tab named "Workbench" By clicking on "workbench" tab.it displays 4 tabs like below workbench common cargo commercial charter "common" tab have 10tabs inside,"cargo" tab also haveing 15 tabs inside and remaining two tabs also having few tabs inside. when clicked on "common" tab.it displaying the script like tab("workbench").select"common" if i clicked on "cargo".it displaying the script like tab"workbench_2").select"cargo" if i clicked on "commercial".it displaying the script like tab"workbench_3").select"commercial" if i clicked on "charter".it displaying the script like tab"workbench_4").select"charter" I have used a "FOR LOOP" for common,commercial,cargo,charter tabs.it was stopped at second tab SO, CAN I RECOGNIZE "WORKBENCH_2,_3,_4" AS A SINGLE VARIABLE if not, can anyone plese help me to solve this