Checkout our latest Documentation at https://testsigma.com/docs/

13.4. FAQ - Best Practises

Frequently Asked Questions about the best practices to be followed for efficient Test Automation

Why should we avoid Random Test Data for better Tests
Using random data may lead to unrepeatable results. You can mitigate this by logging (or otherwise recording) every random choice you make, and then playing...
Fri, 10 Apr, 2020 at 5:33 PM
How to verify/confirm File download for Google Chrome
You can use the following steps to confirm/verify download of a file using Google Chrome Browser: Test Steps: #1. Wait for 5 seconds (Replace '5...
Mon, 25 Mar, 2019 at 8:58 PM
What are Reusable Step Groups and why is it used?
Step group is a set of Test Steps that are used together to perform a task (Filling a signup form OR Login page). For Example, login steps are common fo...
Wed, 27 Mar, 2019 at 6:18 PM
Common UI Elements for iOS Apps - XCUITest Elements
Given below are the most common Element types available for iOS Element TypeDescriptionCommon AttributesXCUIElementTypeTextField Used for input text fiel...
Tue, 26 Mar, 2019 at 8:58 PM
What happens when Step Groups are deleted?
Draft
Wed, 15 May, 2019 at 3:59 PM