InterviewSolution
| 1. |
How To Do Text Matching? |
|
Answer» You could try embedding it in an if statement. If/when it fails use a t1_step statement to indicate massage and then do a EXIT to LEAVE the TEST. ANOTHER idea would be to use win_get text or web_frame_get_text to capture the text of the OBJECT and the do a comparison (using the match function) to determine it’s existance. You could try embedding it in an if statement. If/when it fails use a t1_step statement to indicate massage and then do a exit to leave the test. Another idea would be to use win_get text or web_frame_get_text to capture the text of the object and the do a comparison (using the match function) to determine it’s existance. |
|