Suppose i have given 10 test cases all the test cases should
be automated?

Answer Posted / lakshminarayana

Google it about ROI.........


-:)

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How to import a test case present in ".xls" file to TD under a Test set?

750


What are the different types of recording modes in qtp? Which will be used when?

571


What are the Application Functions available in QTP?

1475


In qtp, explain what is qrs file?

583


what is the difference between rational rose and QTP? WHICH TOOL IS BETTER TO LEARN? PLEASE SEND ME AT sana_50218@yahoo.com sandeep@epuratech.com

2316






Which features or drawbacks of QTP lead to the upgrade for a newer version?

572


unique properties of button,edit box, radio button,check box?

3828


Hi can anybody send me the QTP material, To my email ID: nuve1284@gmail.com ?

1693


What are the different attribute used with regular expression?

537


How to call a test from another test?

682


how can i call function (which has link with excell sheet at a remote location) within another function

1579


how do i know how to use tools

1455


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

2422


Whar are the challenges do we face while testing web based applications using the automation tool QTP or any??

1636


Explain the check points in quicktest professional (qtp)?

560