Answer Posted / prince bhardwaj
Testing is important because it performs the following
tasks:
 Detects errors in a software product
 Verifies that a software product conforms to its
requirements
 Establishes confidence that a program or system
does what it is supposed to do
 Evaluates an attribute or capability of a software
product and determines that it meets the required results
| Is This Answer Correct ? | 4 Yes | 7 No |
Post New Answer View All Answers
What are the types of data tables in qtp?
Explain different recording modes?
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
Explain measuring transaction.
Is QTP supports Unix. If yes, then how the test automation is done?
In QA Testing when do you use Loadrunner vs QTP? What are the main differences between those two tools? Explain the purpose with real world scenario examples...In advance thank you!!!
How to do call a output parameter from one action to another action??/
Key word driven framework
Explain the types of object repository?
What is the framework your company is following. What is the reason. Explain why key word driven frame work is chosen.
please any one can explain the keyword driven framework. with gmail example.
What are the different types of recovery operation?
what is defenetion of kiran can u tell me plz CVS, SVN
How to Test the mainframe application?
How to make qtp understand the difference amongst the same type of objects .suppose there are 5 check boxes in a page and I have to choose the 2nd one, how to do that through script?