Plz suggest me a good training institute in Mumbai/hyderabad
for QTP….
Plz advice
thank u
Answer Posted / vamsikrishna
Tanishq Technology is providing complete syllabus for
todays MNC's Automation Training Need.
| Is This Answer Correct ? | 1 Yes | 4 No |
Post New Answer View All Answers
How will you declare a variable in qtp?
The structure of keyword driven frame work is like a folder structure the different sub folder are 1-functional libray folder 2-object repository folder 3- database folder 4-appliction1.xls 5-initalzation vbs file 6-sequence file 7-driver script 8-test case list file My question is whether these are in a local server machine or in our pc.((whether It like Vss). can u give example of driver script(code)
To which environments does quicktest professional (qtp) supports?
how to know no.of mails in our g mail by using vb-script
How do you perform Regreession Testing?
Give the syntax to import/export xls into qtp.
What are the trigger events in qtp?
What is the basic concept of quicktest professional (qtp)?
Hi, Can we open a test in qtp10 which is saved in qtp 9.2?
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 Parameterization and Data-Driving relate to each other in QTP?
There are 10 rows in the datatable. How can we fetch 2 rows and then skip 3rd row. After that, pick 4th & 5th row and skip 6th row. Please share code
How to creating an output value using quicktest professional?
How does quicktest professional (qtp) identifies the object in the application?
Can we record using all the modes in a single script? Explanation with example is appreciated