Environment
Solution structure
โ Don't: Have page objects and test cases in the same folder

โ๏ธ Do: Separate page objects and test cases

Timeouts
โ Don't: Set up test timeouts with MSTest or other methods outside QualityMate
โ๏ธ Do: Use the QualityMate timeout parameters
Last updated
Was this helpful?