in QTP we test web based application at that time what
script is run? is support vb script? plz tell me
Answer Posted / naren
Hi Diwan,
We cannot perform load test using QTP, it is for
functionality testing only. Load test means not only to run
the test multiple times, to verify the system behavior
during heavy usage of the system.
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
When to use descriptive programming?
Explain quicktest professional (qtp) testing process?
What is the XML file architecture ?
What is the difference between a Function and Procedure in QTP?
How to use setroproperty?
Explain how you can find length of array in qtp?
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
Can any body please tell me the steps of keyword driven framework of QTP.
What is the expert view?
What are the recording modes in qtp?
Explain data driven framework?
In qtp, how you can remove the spaces from string?
before launching qtp, we need to close all the open browsers u dont know what are all the browsers either it might be ie,mozilla etc and u dont know how many brosers are open.... u need to close all these before launching qtp.. can anyone plz temme d solution...
How QA specialist can identify when programmatic descriptions are useful?
what is ODC and GDC?