How do you perform dynamic object testing using robotscenario;enter any number b/w 1 to 100 in an edit box, there is command buton, on click of cmd button, if you enter 50, 50 comboxes should be dispalyed, how do you test this??i was asked in an interview

Showing Answers 1 - 4 of 4 Answers

Prithvi Krishna

  • Aug 6th, 2006
 

Use SQAGetChildren and obtain child count / child names before clicking the cmd button - after clicking the button obtain the list of children again and compare.If recognition strings of the combo boxes follows a fixed pattern i.e. cmbBox1, cmbBox2,... use string concaenation and SQAfindObject to test their existenceRegardsPrithvi

  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