Posted by Albert Gareev on Jul 24, 2009
General Recommendation
Object-Oriented GUI Recognition method should be used whenever possible. If an object is completely supported by testing tool then wrapping functions (provided by the testing tool) should be used to interact with the object. If an object is partially supported by testing tool then object’s native methods and properties should be used when required.
If [...] ...
Posted by Albert Gareev on Jun 10, 2009
Original date: 12 May 2009, 5:00pm
Quality Assurance Functional/Regression Automated Testing and Test Automation Requirements: Usability, Maintainability, Scalability, and Robustness.
Maintainability Requirements Matrix
Setup
- What level of convenience you want to have setting-up the scripts?
If Test Data file and path are hard-coded in the script then pointing to another data file requires code change. If the login procedure ...
Posted by Albert Gareev on Jun 09, 2009
Original date: 6 May 2009, 12:30pm
Quality Assurance Functional/Regression Automated Testing and Test Automation Requirements: Usability, Maintainability, Scalability, and Robustness.
Scalability Requirements Matrix
Platform
- What applications should be able to handle the Framework?
The business need for automation of QA/testing activities appears when testing volume, turnover and coverage requirements make it beneficial ...
Posted by Albert Gareev on Jun 08, 2009
Original date: 28 Apr 2009, 1:00pm
Quality Assurance Functional/Regression Automated Testing and Test Automation Requirements: Usability, Maintainability, Scalability, and Robustness.
Robustness Requirements Matrix
Manned / Unmanned Test Execution
- What level of manual efforts in automated testing would be acceptable for you?
Baby-sitting
Test script may stop or break execution at any moment. Manual action required to continue ...
Posted by Albert Gareev on Jun 07, 2009
Original date: 21 Apr 2009, 12:30pm
Quality Assurance Functional/Regression Automated Testing and Test Automation Requirements: Usability, Maintainability, Scalability, and Robustness.
Usability Requirements Matrix 2
Transparency
- Do you want Automated Test execution to be another “black box”, or you want to have a fully reproduced picture with documented test results?
Execution Log
Built-in execution log provided by the ...
Posted by Albert Gareev on Jun 06, 2009
Original date: 14 Apr 2009, 1:30pm
Quality Assurance Functional/Regression Automated Testing and Test Automation Requirements: Usability, Maintainability, Scalability, and Robustness
Usability Requirements Matrix 1
Applicability
- How would you want to use Automated Testing solution?
Basic Regression Testing
Implemented as a sequence of data entry steps going through the screens.
No or simplified verification based on ...
Posted by Albert Gareev on Jun 05, 2009
Original date: 7 April 2009 at 1:30pm
QA Automation Notes - GUI Function Wrapping
Some of the statements below will be covered in detail in my subsequent posts. Now I use them to get straight to Test Step requirements.
Please read details below the picture.
Quality Assurance Functional/Regression Automated Testing and Test Automation Requirements: Usability, Maintainability, Scalability, and Robustness.
Further [...] ...