Test Artifact (US)/Artefact (UK) |
In layman’s term, Test Artifacts are deliverables or documents which are prepared during the Testing process. In Worksoft SaaS, this roughly translates to the building of automation i.e. Test Script, Scenarios, etc. |
|
|
Test Cycle |
A "Test Cycle" in Worksoft SaaS represents a series of Test Runs that are executed, to achieve your Testing Goal and assure the quality of your application(s) (functional/regression Testing) or the scalability or reliability of the application(s) under stress, load (performance Testing). |
|
|
Test Environment |
A Project may involve developing Test automation in the context of more than one application. Typically you define 'environments' at the Project level. For example, you may have a 'dev/integration environment', 'QA environment' and a 'Production environment' for all apps (Products) that your project involves. |
An environment like staging, QA, Production.
|
|
Test Flakiness |
By definition, a flaky Test is an analysis of web application code that fails to produce the same result each time the same analysis is run. This can happen for varied reasons and is a bane for any automation tool. While Tests built-in Worksoft SaaS have some flakiness but the AI/ML in Worksoft SaaS limits/reduces these to quite an extent. |
While executing Tests against a web application, for some unknown reason the action (like click on a button) is not performed in one of the Tests while it does that perfectly when executed again.
|
|
Test Script/Test Step |
'Test Scripts' are the lowest level of an automation artifact in Worksoft SaaS within a Project. Test Scripts are akin to the lowest level of Lego blocks and are built by a series of Instructions.
Test Scripts are maintained within a Project-level 'Test Script Library' in your Worksoft SaaS domain. They are common to you and your peers that have access to the Project within your Worksoft SaaS domain. You all can collaborate to create and maintain the Test Scripts.
|
Sample Test Script for Logging in to a Web Application:
Instruction 1: Open URL
Instruction 2: Enter User Name
Instruction 3: Enter Password
Instruction 4: Click Login
|
|
Test Strategy |
A Test strategy is an outline that describes the testing approach of the software development cycle.
It is created to inform Project managers, Testers, and Developers about the key issues of the Testing process. This includes the Testing Objective, Methods of Testing new functions, Total time and Resources required for the Project, and the Testing environment.
They are created based on development design documents.
|
|
|
Testing Context |
A Testing Context in Worksoft SaaS is a combination of capabilities configured to execute your Test Runs. Testing Context with respect to your application can mean the Testing Platforms on which your application is certified to work on. However, a Testing Context is just more than the Testing Platforms as it is the combination of Cloud Platform, Device, Operating System(Version), Browser(Version), Log Capture Options, Location Settings and many more. In Worksoft SaaS, all these options are classified into Basic & Advanced Options. |
Environment: Production
Operating System: WIN 10
Browser: CH 70
|
|