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 |
difference Between LowLevel and Normal Recording Modes?
How To Export The Screen Shoots Along With The Test Reports In QTP Version 10? Thanks In Advance SenthilKumar
what is active screen,keyboard view?
Object Repositories types, which & when to use?
what is exacltly TIERS ?
How many types of Check Point in QTP
How many types of Automation frameworks are there in UFT? Describe them.
suppose i can done the project , that project have 4 modules in that one module they have many links(web pages).in that time i can say i can work on some links? or total module?
I used the below code to open QTP through VBscript?But i can unable to Invoke QTP...PLZ help me with the correct code to invoke QTP through VBS with description of the code aswell. Dim qtApp 'As QuickTest.Application 'Declare the Application object variable Dim qtTest 'As QuickTest.Test 'Declare a Test object variable Dim qtResultsOpt 'Declare a Run Results Options object variable Set qtApp = CreateObject("QuickTest.Application") 'Create the Application object qtApp.Launch 'Start QuickTest qtApp.Visible = False 'Make the QuickTest application visible qtApp.Open "C:\form", True 'Open the test in read-only mode 'set run settings for the test Set qtTest = qtApp.Test qtTest.Run 'Run the test 'WScript.StdOut.Write "Status is: " & qtTest.LastRunResults.Status 'Check the results of the test run qtTest.Close 'Close the test qtApp.quit 'Close QuickTest Pro Set qtResultsOpt = Nothing 'Release the Run Results Options object Set qtTest = Nothing 'Release the Test object Set qtApp = Nothing 'Release the Application object
How can we export test results to an excel sheet in QTP??? Can any one provide sample coding for this?????
What is the scripting language used in QTP?
How can i check all the button that are enabled in a widnows based application ? What script should i write for this ?