How to handle the errors without using recovery scenery?
Answer Posted / balaji
hi U can use like this also
If browser("HOW TO HANDLE THE EARRORS").Page("HOW TO HANDLE
THE EARRORS").WebElement("Question : HOW TO HANDLE").Exist
Then
browser("HOW TO HANDLE THE EARRORS").Page("HOW TO
HANDLE THE EARRORS").WebElement("Question : HOW TO
HANDLE").Click
End If
Correct if wrong
Balaji
| Is This Answer Correct ? | 0 Yes | 7 No |
Post New Answer View All Answers
How are actions and functions different in QTP?
Hi, can explain the draw back of manual testing.plz send me the answer to my mail id deepthip1985@gmail.com
Why do we use "Text checkpoint" If we can make use of it in "standard checkpoint" ?
What do you to script when objects are removed from application?
How to find the length of the string in qtp?
How many ways is to parameterize the value?
how to find that tools work well with ur existing system?
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 Cross browser testing? Does UFT support it?
What are the technologies supported by qtp?
Define Canvas view of UFT?
i want information about API testing and i want info like how process can be done in company? i want added info like coding ,debugging, desing in c.v ? what should add in c.v for eg banking domin? pls any answer my question?
Give me some real time point of way where exactly we can conduct audits?
write a script to validate the content in the web application. (do it by OR method) and (do it by Descriptive method by creating a description object..
How you know that a test case is a regression test case