How many types of Test Plans are there...??
Answers were Sorted based on User's Feedback
Answer / pradyumna
two types oftest plan
1-Manual TestPlan
2-Automation Testplan
if wrong then send the answer
| Is This Answer Correct ? | 9 Yes | 4 No |
Answer / sriram
There is no types of test plan.it comes under TestCases
| Is This Answer Correct ? | 3 Yes | 2 No |
Answer / antony ouseph
if that is the case what are normal test plan, release test plan and master test plans ?? i dont know in detail.
| Is This Answer Correct ? | 1 Yes | 1 No |
Answer / shivu
there no types of test plans and only for test cases are there
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / alok
There is no types of Test plan
But in the test plan we have to cover
Automation Part,Which includes the tool which have to
use.the frame work which have to follow
| Is This Answer Correct ? | 2 Yes | 4 No |
write a regular expression pattern for xyz?123?
Why we load add-ins in qtp?
what is the abbrivation of .mtr in action reposirtory?
I need your help in the below topic using QTP Automation tool. How to automate the right click of mouse on a context menu? 1)Tried low level recording which is working fine but making use of co-ordinates. 2) Also tried changing the mouse settings and properties using Tools ->WebEvent RecordingConfiguration and created a configuration file with required mouse click events and used which did not work.
Why do we use text checkpoint as we can make use of the same in the standard check point?
Hi, I got some difficulties in automating a web check box in a peoplesoft application. Let me explain the scenario, When clicked on a look up button in the application, it navigates to a new page with check boxes and respective options. Below is the source code for one check box and its option. <input type='checkbox' name='H1AU_BUNDLE_WRK_H1AU_SELECT_CH$2' id='H1AU_BUNDLE_WRK_H1AU_SELECT_CH$2' tabindex='34' value="Y" onclick="this.form.H1AU_BUNDLE_WRK_H1AU_SELECT_CH$chk$2.valu e=(this.checked?'Y':'N');submitAction_win0 (this.form,this.name);" /> </td> <td align='left' class='PSLEVEL1GRIDODDROW' > <span class='PSEDITBOX_DISPONLY' >$29 - $29 Cap with FREE Mobile</span> I want to parametrize using "$29 - $29 Cap with FREE Mobile". I am not aware of how to parametrize this. Currently I am parametrizing with 'H1AU_BUNDLE_WRK_H1AU_SELECT_CH$2' Can any one please help me out with this??/
Can the mode of object repository be change during run time? Eg. if the mode is per-action during design time can i change it to shared and vice-versa? Any scripting possible?
What is object state in trigger events,in recovery scenario.write a script to handle this.
1. how can you handle exceptions without using recovery scenario?
What is the latest version in QTP?
55 Answers Bharti, Polaris, US Technology,
how will we run batch tests in qtp what is the process to run the multiple test sets?
Where we use data driver in qtp?