-
Notifications
You must be signed in to change notification settings - Fork 0
Best Practices
Rajendra Prasad Reddy Penumalli edited this page Mar 21, 2020
·
5 revisions
- Generating Unique Data Automatically/On the fly
- Creating script that run across environments(Separating and loading data from command line arguments)
- Following Coding Conventions
- Remove Hard Coded Data and Drive from parameters
- Enforcing SLA assertions
- Creating Suite that can run in Sanity/Regression Modes
- Mock Dependencies
- Create Suites to Run on Multiple Environments (dev,qa,stg,prod)
- Assertions with user friendly error messages
- Option to run in headlessmode
- Using fixtures (setup(), teardown()) from a base test.
References: