Could we use QTP for java project(Which is develop in
Netbeans and My SQL) otherwise which one is suitable?
Answer / monali
I think its possible with the help of addins but i heard
that u may face lots of difficulty, is it?
Urgent........
| Is This Answer Correct ? | 1 Yes | 0 No |
what are the qtp tester responsibilities?
how u will evaluate the tool for test automation?
How we know the qtp has used the smart identification process for identification of the object.
how to write testcases for web based insurance,from the script by using qtp.
how interviews will be on QTP?
does automation replace manual testing?
Give me some real time point of way where exactly we can conduct audits?
What is TD plugin? For what purpose they are used . Ineed to connect QC9.2 with QTP 9.2 . Need to run some scripts IN QTP having the QC connectivity. Pls explain in detailed step Thanks in advnece
Can U Explain about QTP tool from older version to latest version also its differences?
Can anyone share/send me QTP 8.2 Crack as I had it before but now it's virus affected. Pls send me on Sawale.vijay@gmail.com Thanks, ~Vijay
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
How do you invoke an application using the step generator in qtp?