If an application name changes frequently, i.e. while recording it has a name Window1 and then while running it becomes Window2. How does QTP handle this?

Questions by Sudha Kasukhela

Showing Answers 1 - 2 of 2 Answers

QA Dude

  • Jun 21st, 2007
 

You would use a regular expression wherever the application name appears. Just

change "window1" to "window.*", than "window" followed by anything would all work correctly.

  Was this answer useful?  Yes

Krishna

  • Jun 27th, 2007
 

Regular Expression is the Correct concept for handling multi window operation.
Ex:

window.* or (window.[0-100] if you know the no.of window) etc.

More about refer the theory of computation.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions