Selenium Forum: Functional And Regression Testing Tool.
Would you like to react to this message? Create an account in a few clicks or log in to continue.
Search
Display results as :
Advanced Search
Latest topics
AEM Training | Free Online DemoWed Apr 21, 2021 5:45 pmazharuddin
c# PageFactory - issue initializing elementsFri Nov 01, 2019 8:40 pmthegoatboy
Selenium making automatic connection to random urlsMon Jul 08, 2019 12:58 pmrepairtechsolutions1
How can we design the custom framework in Selenium RCMon Jun 24, 2019 2:26 pmrandybonnettes
What are the new features in Selenium 3.0Tue Jun 18, 2019 5:37 pmpappyvicky
What are you using Selenium for? Fri Apr 12, 2019 3:52 amzhl
LIMITATIONS OF SELENIUMWed Apr 10, 2019 11:23 amswara
Navigation
 Portal
 Index
 Memberlist
 Profile
 FAQ
 Search

Go down
avatar
bibiki
Posts : 1
Join date : 2013-02-11

test code organization question Empty test code organization question

Tue May 28, 2013 4:12 pm
hey there,
I have just recently started a selenium project for a testing an existing application and I need some input on how to best organize my test code.

My issue is that I have 11 different roles in my application that may be grouped into two different groups. Let us assume that I have two roles, then.

Now, I also have this dashboard page that appears the same for both roles but it gives to access to some links for one role and it does not give access to those same links for the other role. Now, one way to do this is to have a DashboardPageObjectForFirstRole and DashboardPageObjectForSecondRole but that does not sound the best. One other idea is to have a DashboardPageObject as I already have and to adjust my test methods to the user role that I use in that method. Like:

public void testDashboardForFirstRole(){
Role firstRole ... //to be used below
}

public void testDashboardForSecondRole(){
Role secondRole ... //to be used below
}

Right now I do not have any other ideas. Please let me know if you happen to have any? Thanks in advance!
Back to top
Permissions in this forum:
You cannot reply to topics in this forum