I have a table called UserManagement that contains information about the user.This table gets updated whenever new user is created. If i create two users then i need check whether two users are actually created or not. Table contains ID,UserName,FirstName,LastName,Bdate..ctc. Here ID will be generated automatically.
I am running Selenium-TestNG script.Using Selenium,how can i get the UserName of the two users which i have created? Should i have to iterate through table? If so how to iterate through the table?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
|||
|
|
|
Use ISelenium.GetTable(string) to get the contents of the table cells you want. For example,
|
|||||||||
|
|
Get the count of rows using Selenium.getxpathcount(\@id = fjsfj\td\tr") in a variable rowcount Give the columncount in a variable Ex:
Give the req i.e New user
|
|||||
|