Answer Posted / ganesh
Testing is mainly done to do Quality product.Main objective
of testing is to do the right things(Effectiveness) and
also the things right(Efficieny).we have to follow up the
quality factors to check the Quality of the software.
| Is This Answer Correct ? | 4 Yes | 3 No |
Post New Answer View All Answers
i am new QTP... please tell me automation frameworks , types & for whiich type of applications frameworks are used & how to generate script in keyword driven framework
What is the meaning Work bench?
How many ways we can parameterize data in quicktest professional?
How software automation specialist enter steps in the Expert View?
What is keyword driven framework?
What is object repository in qtp?
What will be happen if i load object repository at run time, but it has already associated.
What are the differences between table and db checkpoints?
Explain data driven framework?
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 to give a call to another action from one action?
1.explain end to end process of qc,2.how many tabs are in qc9.0,qc10.0 3.what is review, how many reviews are following in aproject 4.how will you get the requirements 5.why do we choose testing 6.how to export tc's and requirements to qc through add-ins
Describe synchronization point.
How reliable are the site's Internet connections required to be? And how does that affect backup system or redundant connection requirements and testing?
Connect to QC using AOM.