Which is the best testing institute for QTP training in
Hyderabad.
Answer Posted / syam david
G C Reddy is a good faculty for QTP, he teaches in advanced
orientation. He launched:
www.gcreddy.com
for providing QTP Information and technical support for his
old students
g c reddy has good command on:
descriptive programming
VB scripting
Automation framework
web scripting
database scripting
| Is This Answer Correct ? | 64 Yes | 9 No |
Post New Answer View All Answers
What is quicktest professional (qtp window?
How will you test a stapler?
if anyone has idea of the interview procedure in covansys, plz send me a mail?
How to find operating system information using the qtp script?
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 a test case is written how u test using qtp
I want two test two agents login for the flight website. Here is the scenario: I want to go through 1-3 rows for one user login and other user login I want to go though 3-5 rows. How would you set this up in qtp. Thank You
How many types of recording modes in qtp? Which will be used when?
What is the difference between qtp and selenium?
Can anyone pls tell me how to do action parameterization (input and output parameters) with respect to login window and insert order of flight reservation window in detail( pls give a clear step by step explanation with example) anyone please. Will be very thankful to u
How is the Bitmap checkpoint different from Image checkpoint?
What are advantages of test automation?
What is the differences between image check point and bit map check point?
Any body have QTP 9.5 licence key. please provide me at madhukar_dec30@yahoo.co.in
When Recovery scenario actually starts while testing the application?