How can we count the no of rows are available in a data
table ?
Answer Posted / krishnachand
I think it is getrowcount()
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
How to test the login page in different ways in automation testing and i need code?
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); }
Explain more about the Test Fusion Report of QTP?
UFT 12.02 which ALM version will support
If the objects hierarchy is changing from build to build, then how you will handle that condition?
Hi All, I Want To excute scripts batch without using QC .I need code for that Thanks Balaji
Hi, can explain the draw back of manual testing.plz send me the answer to my mail id deepthip1985@gmail.com
Whether qtp 9.0 supports Test director8.0
What is standalone database?
hi can anybody help with an qtp 9.2 license key please. Thanks, Nitesh.
What is the XML file architecture ?
hi to all, i need a code.. in flight application 1.i need to login first then i need to insert 3 new orders... 2.i have to log out 3.i have to login again with different user 4.need to insert 2 new orders 5.then need to log out 6.then again login with different user 7.3 new orders create and log out 8.but we hv to do this using data table and actions please help me
How to get the particular property value?
Is QTP Supports SWT applications? If yes, can you write a sample script for opening a new package in eclipse.
Hello everyone! I am just writing a small test for a windows application. I have a problem with a text output value. The value i am trying to catch is presented in a scrollable textbox. When the text is too long, only a portion of it gets captured. Do you have any experience with this?