Skip to content

A test automation project targeting the Mantis bug tracker platform. Java and Selenium with Page Objects

Notifications You must be signed in to change notification settings

pedronvasconcelos/Selenium-Java

Repository files navigation

1- Login Successfully;
2- Login with JavaScript;
3- Login without Username;
4- Login without Password;
5- Login with wrong Password;
6- Login with non-existent user;
7- Logout successfully;
8- Validate UserViewer restrictions;
9- Validade UserDeveloper restrictions;
10- Recovery password with wrong email;

11- Create new custom field;
12- Edit custom field;
13- Delete custom field;
14- Validate required name custom field;

15- Create global profile;
16- Check 'OS Version' field required;
17-Check 'Os' field required;
18- Check 'Platform' field required;

19- Create new project;
20- Create with project with a query;
21- Delete a project;
22- Update project name;
23- Create new private project;
24- Create new sub project;
25- Create new version;
26- Create new category;

27- Create new tag;
28- Update tag;
29- Delete tag;

30- Create new reporter user;
31- Create new developer user;
32- Create new manager user;
33- Create new viewer user;
34- Create new administrator user;
35- Create new updater user;
36- Delete a user;
37- Change user email;
38- Create a user without a username;
39- Create a user with duplicated email;
40- Create duplicate user;
41- Filter a user;

42- Update realname;
43- Create API Token Successfully;
44- Validate required token name;

45- Register new issue with Data-Driven;
46- Register new issue successfully;
47- Check 'Summary' field required;
48- Register new issue urgent priority;
49- Register new issue with file evidence;
50- Upload evidence larger than max size;
51- Upload evidence In Existing Issue;
52- Delete a Issue;

About

A test automation project targeting the Mantis bug tracker platform. Java and Selenium with Page Objects

Topics

Resources

Stars

Watchers

Forks