In QTP, As a first step wht we will do before going to
start a Automation....when it will be decided that we have
to go for a Automatio..and who will decide to go for
Automation. Any body can pls let me know..
Thanks in Advance..
Answer Posted / kala
Depending on the companies standard. Domain experts,
clients choice, Project manager and quality assuranace
people will take the decision. If the client is very much
interested then company will go for the automation
depedning on the budget which has to be paid by the client.
Normally for more risk projects, financial projects,
delicate projects we will go for the automation.+
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
When you open QTP, how many sheets you can see?
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 can I check if a environment variable exist or not?
how to download mercury qtp9.2 ny internet ?
How does qtp identify objects in the application?
Explain different type of event trigger option.
Generic function to search for the unique link in webtable and click on it
How do you delete unwanted results in qtp?
hi nani my doubt is how does qtp process metrix related to software process.
whenever U using QTP,Test Director, Why we using separate Bug tracking tool?
in a web page How to check and display a particular word from a paragraph?
Explain about the quicktest professional (qtp) automation object model?
what is the diffrence bw qtp architectute and qtp framework?
Hi All, I have QTP installed on my machine but the application under test (AUT) is on remote desktop.My scenarios is like that,it should contain following steps. 1)Automatically it should click on start and then on remote desktop connection. 2)it should enter the IP address and then connect to remote desktop. 3)and then it should be able to record the application in remote machine and then run it also. Can somebody tell me how to record the application which is in remote machine.
How do we analyze the checkpoint results?