Hi Currently am using Qtp 10.0 Lisenced product.. but when
am adding objects to object repository from google page it
was identifying as windows objects.. please help me!!!
Answer Posted / pramila
Goto Automation menu>select record and run settions>select
web as an environment.
Try to add the object and check
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is action split and the purpose of using this in qtp?
In the application that I'm testing is having a WYSIWIYG editor.QTP is recording editor's body as web element. I want to add some data to this web Element at run time. The problem is that I cant find a method to add contents to this web Element. Can any one come up with an answer for this. Thankx.
How to handle dynamic objects in quicktest professional?
What is output value? How many types of output values are there in qtp?
what r the main attributes of test automation?
Functions call by reference and call by value. i want the diff b/n these 2 and how will be the script for this?in which situation we use these 2..?pls explain me clearly
How qtp recognizes the object?
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 xml checkpoints.
how to do the batch testing in test director using manual testing procedure?
What are the differences between quicktest professional (qtp) and winrunner?
How to test results for qtp ?
What is an object repository?
What is the pros and cons between QTP and Rational Robot
What is the difference between rational rose and QTP?