How can we count the no of rows are available in a data
table ?
Post New Answer View All Answers
Want to verify notepad reports using QTP framework or any other BV script method. Can anyone share the method to achieve it? Eg. Person Name is the header and the actual name is John then how can we verify weather person name is John
Explain the concept of object repository and how quicktest professional (qtp) recognises objects?
Hi frnds, does anybody know if there is anything called "thin point" or something in qtp? thanks in advance.
What is the purpose of loading qtp add-ins?
How you calling actions in qtp?
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); }
What are the disadvantages of recording test cases in qtp?
QTP script is not working on other's machine..
How qtp identifies objects?
What is the basic concept of qtp?
I want to know what are QTP functons and what are VB script functions. What is the difference between them.When we have to use these functions.
Any body have QTP 9.5 licence key. please provide me at madhukar_dec30@yahoo.co.in
Explain how to use QTP to check broken links on a page?
HOW AUTOMATE TEST SCRIPT ? what time it will do? after gneration of basic script or Any , Plz explain detailed?
How do you handle multiple banners(at the top the page, the banner is scrolling) in a web page(Dont take the name property(regular expression))