What is the purpose of GUI spy?
Using the GUI spy you can view the properties of any GUI object and your desktop. You use the spy pointer to point to an object,and the GUI spy displays the properties and their values in the GUI spy dialog box. You can choose to view all properties of an object, or only the selected set of properties that WinRunner learns.
Using the GUI Spy, you can view the properties of any GUI object on your desktop. You use the Spy pointer to point to an object, and the GUI Spy displays the properties and their values in the GUI Spy dialog box. You can choose to view all the properties of an object, or only the selected set of properties that WinRunner learns. TSL Functions used in WINRUNNER to: Database are: db_check: Compares current database data to expected database data. db_connect: Creates a new database session and establishes a connection to an ODBC database. db_disconnect: Disconnects from the database and ends the database session. db_execute_query: Executes the query based on the SQL statement and creates a record set. db_get_field_value: Returns the value of a single field in the database. db_get_headers: Returns the number of column headers in a query and the content of the column headers, concatenated and delimited by tabs. db_get_last_error: Returns the last error message of the last ODBC or Data Junct