Package com.snapfix.tests
Class GroupTest
java.lang.Object
com.snapfix.tests.GroupTest
public class GroupTest
extends java.lang.Object
*****************************************************************************************************************************************************************************************************************
Use static group which have already some tasks.
GroupTest Class Docs
Use static group which have already some tasks.
Create new task and in one task do all the activity which took task as first in Task listing screen.
- createNewGroup - This test contains create new group,add new user,location,asset and tag, Search group in group listing screen and verify that created new group display.
- editNewGroup - This test contains edit group which is create, edit name and address,add new location,asset and tag, Search group in group listing screen and verify that edited group display after that go to burger menu and logout.
*****************************************************************************************************************************************************************************************************************
Create new task and in one task do all the activity which took task as first in Task listing screen.
- createNewGroup - This test contains create new group,add new user,location,asset and tag, Search group in group listing screen and verify that created new group display.
- editNewGroup - This test contains edit group which is create, edit name and address,add new location,asset and tag, Search group in group listing screen and verify that edited group display after that go to burger menu and logout.
*****************************************************************************************************************************************************************************************************************
- createNewGroup - This test contains create new group,add new user,location,asset and tag, Search group in group listing screen and verify that created new group display.
- editNewGroup - This test contains edit group which is create, edit name and address,add new location,asset and tag, Search group in group listing screen and verify that edited group display after that go to burger menu and logout.
-
Constructor Summary
Constructors Constructor Description GroupTest() -
Method Summary
Modifier and Type Method Description voidcreateNewGroup()voideditNewGroup()voidgetResponseBody()voidjsonCommonData()voidLoginTest()voidsetObjectValues()voidtearDown()Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
GroupTest
public GroupTest() throws java.io.IOException- Throws:
java.io.IOException
-
-
Method Details
-
LoginTest
public void LoginTest() throws java.lang.InterruptedException- Throws:
java.lang.InterruptedException
-
jsonCommonData
public void jsonCommonData() -
createNewGroup
public void createNewGroup() throws java.lang.InterruptedException, java.io.IOException, java.text.ParseException- Throws:
java.lang.InterruptedExceptionjava.io.IOExceptionjava.text.ParseException
-
editNewGroup
public void editNewGroup() throws java.lang.InterruptedException, java.io.IOException, java.text.ParseException- Throws:
java.lang.InterruptedExceptionjava.io.IOExceptionjava.text.ParseException
-
setObjectValues
public void setObjectValues() -
getResponseBody
public void getResponseBody() -
tearDown
@AfterSuite public void tearDown() throws java.lang.InterruptedException- Throws:
java.lang.InterruptedException
-