Win Runner
A D V E R T I S E M E N T
Win Runner
17. web_link_click ( link );
// clicks a hypertext link.
link The name of link.
18. web_link_valid ( name, valid );
// checks whether a URL name of a link is valid (not broken).
name The logical name of a link.
valid The status of the link may be valid (TRUE) or invalid (FALSE)
19.
web_obj_click ( object, x, y );
object The logical name of an object.
x,y The x- and y-coordinates of the mouse pointer when clicked on an object.
20.
web_obj_get_child_item ( object, table_row, table_column, object_type, index, out_object );
// returns the description of the children in an object.
21.
function returns the count of the children in an object.
web_obj_get_child_item_count ( object, table_row, table_column, object_type, object_count );
22.
returns the value of an object property.
web_obj_get_info ( object, property_name, property_value );
23.
returns a text string from an object.
web_obj_get_text ( object, table_row, table_column, out_text [, text_before,
text_after, index] );
24.
returns the number of occurrences of a regular expression in an object.
web_obj_get_text_count ( object, table_row, table_column, regex_text_to_find, count );
25.
returns a text value if it is found in an object.
web_obj_text_exists ( object, table_row, table_column, text_to_find [, text_before, text_after] );
26.
web_restore_event_default ( ); //resets all events to their default settings.
27.
web_set_event ( class, event_name, event_type, event_status );
// sets the event status.
28.
web_set_run_event_mode ( mode ); //sets the event run mode.
29
web_set_timeout ( timeout ); //.sets the maximum time WinRunner waits for a response from the web.
30.
web_set_tooltip_color ( fg_color, bg_color ); // sets the colors of the
WebTest ToolTip.
31.
web_sync ( timeout ); //waits for the navigation of a frame to be completed.
32.
web_url_valid ( URL, valid ); // checks whether a URL is valid.
Looking for Software Testing eBooks and Interview Questions? Join now and get it FREE!
Discussion Center
Recommended Resources
•
Testing Interview Questions -
http://www.coolinterview.com/type.asp
•
Testing Tools Interview Questions -
http://www.coolinterview.com/type.asp
•
What is Software Testing? -
http://en.wikipedia.org/wiki/Software_testing
•
Software QA & Testing Resource Center -
http://www.softwareqatest.com/
•
Testing Faqs -
http://www.testingfaqs.org/