hi
how could i get installation guide for QTP 9.0 on XP
help me for this !!!!!
Answer Posted / mohit sehgal
Why would you need the installation guide?
Just double click on the EXE file and follow the
instrutions.
It will ask for a licnse...choose the option Seat if you
have single user/system license or else choose concurrent
if you are installing it on a server on a network.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
can any body plz help by sending the qtp docs and qtp ppt's? this is my mail id:murali.padeti@gmail.com
How can we retrieve the Bug Ids which are open&Reopen in status through QTP scrit?Please find the script which i tried... Dim objBugFactory, objBug Dim BugId Set TDConnection = QCUtil.TDConnection Set objBug = TDConnection.BugFactory If QCUtil.IsConnected then Reporter.ReportEvent 0, "Connected", "Connected to server: " + QCUtil.TDConnection.ServerName + chr (13) +"Project: " + QCUtil.TDConnection.ProjectName + chr (13) + "Domain: " + QCUtil.TDConnection.DomainName Reporter.ReportEvent 0, "Current time on server is","==>" & TDConnection.ServerTime Else Reporter.ReportEvent 1, "Not connected", "Not connected to Quality Center" End If If mybug.Status="Open" Then BugId=mybug.DefectId MsgBox BugId End If 'OR**********************************--------------------- -----********************************** If Bug_Fields("BG_STATUS").Value ="Open" Or "Re Open"Then BugId=Bug_Fields("BG_BUG_ID").Value MsgBox BugId End If
When we r doing data driven test with chkpts, i want to insert formulae in data sheet but i didn't get. How we wil do that plz. explain in detail.
banking project description for software tester
Hi ,Can any one pleas explain how to test splash objects using QTP?
Discuss quicktest professional (qtp) environment?
hi Friends ,willany body tell me what is the Scope for the automation Testing inht Future is their Or not And what is the Top Most Level in the testing section according the Pay scale
After executing the script in qtp suppose i found some script execute successfully and found some error.So how to report the status for both (i.e pass and fail report)in test director. For "fail" We use "defect tab" in testdirector. But for "pass" how to report it to TL.what is the process plz anybody ans
Where we can use the analog mode and where we can use the low – level mode?
The hybrid framework can be implemented for any application. Is it true?
How to import a test case present in ".xls" file to TD under a Test set?
Why do we use "Text checkpoint" If we can make use of it in "standard checkpoint" ?
What are the different recording modes and how do they work?
How to create a standard checkpoint ?
What are the general steps involved in the data driven framework?