In a shared Object Repository in QTP if some object is
changed how can the other script which is using the same
object can be known
Answer Posted / uday kumar_anem
Here is my answer...
If you change object name in shared OR, then QTP
automatically changes the object name in the script/scripts
that are using the shared OR.
| Is This Answer Correct ? | 1 Yes | 4 No |
Post New Answer View All Answers
what is clean sweep?
Give me some real time point of way where exactly we can conduct audits?
Whether qtp 9.0 supports Test director8.0
Is any limitation to xml checkpoints?
How to analyzing test results using quicktest professional?
To which environments does quicktest professional supports?
Hi Frenz... I would like to take up the QTP certification . Can anyone tell me what is the procedure. n if anybody have the study materials pls fwd it to jkpunathil@gmail.com
What is the difference between QTP and WinRunner? Why do you choose only QTP for automation among remaing tools like Rational robot and silk test? Write the VBscript for any functionality in your project ? What is the cost of QTP ? If you entered into yahoo mail with your valid user name then you will get FOR EXAMPLE , " welcome to krishna " on the top of inbo page , how can you test it in QTP? What type of testing you can do, when we gave you 5 screens and how can you test that application? What type of framework you are using in your company and explain it?
What are the challenges you faced during you entire life automation ?
What are the views available in qtp?
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
Hi can anybody send me the QTP material, To my email ID: nuve1284@gmail.com ?
we use a file extension .properties why is it used and where do we use it plz help me out with detailed explanation and navigation of how to use on the QTP 8.2?
can any body tell me how i create a simple script and apply output value on it .pls send me a step by step process
Please provide specific examples of advanced/creative usage of QTP, including how impact & benefits for your project