who is the best faculty in Hyderabad for QTP?
Answer Posted / seenu
Mr Kumar and Ramamohan reddy at Sirir technology are the
best ...He will teach only real time scenarios....GC
REDDY ,SURESH never worked single day in any company...
| Is This Answer Correct ? | 2 Yes | 4 No |
Post New Answer View All Answers
after click on compose mail how can we attached a file in qtp with vbscript code
What are the types of object repositories? Which one is you are using?
What is method name to compare two XML files.
How to call a test from another test?
How will you test a keyboard?
What is the difference between shared and local object repository?
An action has both shared and local or associated to it and both have the same object in them. In the test which one will be considered?
Whar are the challenges do we face while testing web based applications using the automation tool QTP or any??
What are the differences between table and db checkpoints?
What are the different types of recovery operation?
how to test load test and block box testing an a web based application pls give ans briefly
how to i add the values using the check points property?( i.e valid data(for valid data it's giving the footer message:value is added) and for invalid data: special chars, spaces,Duplicates and null values (in my page when ever we enter special chars, spaces and null values, it's giving the proper warning message and for Duplicates it's giving the footer message:"value already exists)?
Approach for Installation,comaptibility,system testing
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); }
How to analyzing test results using quicktest professional?