Forum Discussion

Urmikhan's avatar
Urmikhan
Occasional Contributor
5 years ago
Solved

Check entity from drop down box

Using array,how to check each entity from drop down list

  • I am testing web app and I have select entity box .When I click select entity box ,it is spread and shows five check box entity.My test is if I check first entity it is show select entity box, then I have to click search button to search that entity and verify text that entity showing and I have to do same way other 4 of them.I am not doing keyword testing.I am using findchild method to find objects property and value.I try to do using array and looping ,each checkbox ckecked and do it function.then goes to other and functionality are same for all entities.so it can reduce my object library and functional library.

2 Replies

  • Marsha_R's avatar
    Marsha_R
    Champion Level 3

    With the few details you gave us, we can only guess at the solution and that's not good for anyone

     

    What sort of app are you testing?

    What is the drop down for?  Do you really need that?

    Is your drop down box in the name mapping?

    Are you trying to choose something from the drop down to use in your test or are validating the contents?

     

    The more details you can give us, the better the answer we can give you.

    • Urmikhan's avatar
      Urmikhan
      Occasional Contributor
      I am testing web app and I have select entity box .When I click select entity box ,it is spread and shows five check box entity.My test is if I check first entity it is show select entity box, then I have to click search button to search that entity and verify text that entity showing and I have to do same way other 4 of them.I am not doing keyword testing.I am using findchild method to find objects property and value.I try to do using array and looping ,each checkbox ckecked and do it function.then goes to other and functionality are same for all entities.so it can reduce my object library and functional library.