What is the function in WR for replacing the existed data
to blank?
Answer Posted / anantha
edit_get_row_length("txtYearlyGrossIncome","",len);
edit_delete("txtYearlyGrossIncome","",len);
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
when start testing
Name the two modes of recording?
What in contained in the GUI map?
What is debug mode in Winrunner?
How do you maintain the document information of the test scripts?
What is the purpose of different record methods 1) record 2) pass up 3) as object 4) ignore.
When would you use 'set_window' and when would you use 'win_activate'?
What are data driven tests?
What do you verify with the database check point custom and what command it generates, explain syntax?
How to check the background colour of the screen in WR?
What do you verify with the sync point for object/window bitmap and what command it generates, explain syntax?
What actually happens when you load GUI map?
What are the different modes of recording in winrunner?
How do you suppress a regular expression?
How to break infinite loop?