Answer Posted / anil ,yzag...
Low Level
Analog
Normal
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
Define Error Pane of UFT?
Can we create a qtp test from qc?
What are the technologies supported by qtp?
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
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 is difference between run time object and test object?
How to Get the Run-time value of an object under that web app under Test to the local data table sheet of that Action?
in data driven testing for performing operations which method is easy from manual test data,keyword view,or from database.and why?
How many types of recording modes in the qtp?
Hi, I am using OutputCheckPoint and I am storing the value in the data table. The stored value for column:bedroom:"Bed:4" The another value for column:bathroom:"Bath:2 Full,1 Partial" I need only the no 4 from the first column. I need only the no 2,1 from the second column. I used split array,but it also show array(0) has the value"bed:4" ..... Even though I highlight only 4,It is seleting the full value "bed 4".How can I get only the nos Thank you Uma
What are the challenges you faced during you entire life automation ?
What are the common defects found in your project? (in qtp interview)
What is the difference between local and shared object repository in qtp?
how can i call function (which has link with excell sheet at a remote location) within another function
After fixing the bug, the same bug is raising again and again in new builds what we have to do? That bug is high level bug.