I am very new to this testing tool and am tasked with converting our Excel test scripts to Automated Tests.
The challenge I have is that all the examples on the forum for what I am trying to do seem to be in C# and I work in VB - so there is a bit of a translation process there that seems to make things harder.
I need to find out two things from the Web pages we are testing:
First. I have a Data Grid (not RadGrid) on a page with a column containing text like 'People', 'Places', 'Items' and so on. To the right of this column I have an "Update" link. I would like to select the row that the 'Items' text is in, and click on the "Update" link for that row in my test.
Secondly. I have a RadMenu with a number of items in it that is generated dynamically from the database depending on the permission set of the user logging in.
User 1 might have 3 items - 'People', 'Places', 'Items' whereas User 2 only gets 'People' and 'Places'. My test is to ensure that the 'Items' menu does NOT appear for User 2 and does appear for User 1.
The actual system is considerably more complex than what I have outlined here and I can't work off the number of items in the menu as User 2 may have 'People', 'Places' and 'Oranges' so both users would have the same number of items.
I know how to get to create a coded step, and have added a number of coded sql queries to verify data that has been entered in the system but the above two issues have held me up for days.
Help would be appreciated and in as basic (pardon the pun) a format as possible. Step by Step would be ideal.
Thanks
The challenge I have is that all the examples on the forum for what I am trying to do seem to be in C# and I work in VB - so there is a bit of a translation process there that seems to make things harder.
I need to find out two things from the Web pages we are testing:
First. I have a Data Grid (not RadGrid) on a page with a column containing text like 'People', 'Places', 'Items' and so on. To the right of this column I have an "Update" link. I would like to select the row that the 'Items' text is in, and click on the "Update" link for that row in my test.
Secondly. I have a RadMenu with a number of items in it that is generated dynamically from the database depending on the permission set of the user logging in.
User 1 might have 3 items - 'People', 'Places', 'Items' whereas User 2 only gets 'People' and 'Places'. My test is to ensure that the 'Items' menu does NOT appear for User 2 and does appear for User 1.
The actual system is considerably more complex than what I have outlined here and I can't work off the number of items in the menu as User 2 may have 'People', 'Places' and 'Oranges' so both users would have the same number of items.
I know how to get to create a coded step, and have added a number of coded sql queries to verify data that has been entered in the system but the above two issues have held me up for days.
Help would be appreciated and in as basic (pardon the pun) a format as possible. Step by Step would be ideal.
Thanks