Which is the best testing institute for QTP training in
Hyderabad.
Answer Posted / srinivasa rao pagadala
G C Reddy is a good trainer for QTP in Hyderabad. He
teaches in Advanced orientation. His Institute located at
Hi_Tech City in Hyderabad
if anybody wants QTP Related Documents, download from his
group home page
http://groups.google.co.in/group/gcrqtp
| Is This Answer Correct ? | 63 Yes | 10 No |
Post New Answer View All Answers
descriptive program for a yahoo mail that is in yahoo mail suppose check box mailid subject assume it is like this format all things are in webtable the question is suppose some mail ids are there in that mailids i want to select the check box wich is before a@gmail.com and after that i want to click on delete button
What is the purpose of loading qtp add-ins?
what are the limitations of smart identification in qtp 9.0
For example you are checking bit map check point before coming to the results. How can you say it is passed? Or failed? Anyways?
What do you mean by iteration?
What are the steps involved in the recovery scenario wizard?
How to analyzing test results using quicktest professional?
can anyone tell me what to say in interview when interviewer asks about "tell me about your framework in your project"?
How to give a call to another action from one action?
I AM TRYING PORT CODE FROM WINRUNNER TO QTP AND DON'T KNOW TO HOW TO CHECK THE ERRORS. IN WINRUNNER FUNCTION RETURNS EIGHER 0 OR -1 AGAINST WHICH RESULT CAN BE MADE PASS OR FAIL BUT IN QTP I DON'T SEE FUNCTIONS RETURNING ANY VALUE. APPRECIATE IF ANYONE COULD HELP ME CONVERTING FOLLWOING WINRUNNER CODE TO QTP. set_window("Customer Service"); rc = web_obj_get_text("Summary","#2","#4",ssn,""," ",1); if (rc != E_OK) { report_msg("[GetSubscriberSummary] Could Not get subscriber SSN; rc = "&rc); myRC = rc; } else { ssn = StripBlank(ssn); if (DEBUG) report_msg ("[GetSubscriberSummary] SSN: "&ssn); }
Diff b/w test scenario's and test Procedures?
What are the five challenges you faced in QTP?
What is the Difference between copy to action and call to action?
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
Which features or drawbacks of QTP lead to the upgrade for a newer version?