Hi,
Can anyone help me in esimating time for an application
using QTP tool..
What factors should be considered while calculating the
estimation time for QTP...
Thanks in advance...
Prasad Gali
Answer Posted / manju
If it is for transaction - i think we can use
Start transaction and end transaction.
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
Dis advantages of XML checkpoint ?
How to test the login page in different ways in automation testing and i need code?
How do you do batch testing in wr & is it possible to do in qtp, if so explain?
Write the script to delete the mail which is at 9th,13th and 18th place in INBOX of Gmail ?
images are dynamically changes how to compare two images with out using the bitmap
How to connect the remote desktop using QTP 9.2 explain the method or procedure?
If object is not recognized by qtp but the object is standard object what is your approach?
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
Why is Client side image is preferred over server side image?
In what occasion we can specify global sheet and action sheet?
If I am scripting Web-based Surveys using QTP that open up differently but at the exact same point require a username and password can I automate that username and password for all the surveys some how using QTP?
Hi any body pls help me for QTP 11.0 software free demo version. i have to practice. Kindly send the link.or where i have to download.
What is business process testing(bpt) in qtp?
What is a checkpoint? How many check points are there in qtp?
Hi Friends... By using QTP , can we test .net products...and that product supports different languages.. thanx in advance..