FEATURES
Generate test code without programming
Testablish can edit test cases by assembling screen operations on the GUI.
Selenium test code is automatically generated from the test case, so there is no need to program the test code.
No test automation knowledge or specialized skills like Selenium are required.
Supports capture & replay method and repository method
It supports both the method of recording the application operation and generating the test case (capture & replay method) and the method of manually registering the page structure and creating the test case (repository method).
You can edit the test case even if the application under test is not running. You can flexibly create test cases.
High maintainability
If you want to add or change functionality in your application, edit the test case in the Testablish screen and regenerate the test code.
You can add and modify tests without editing the test code.
Maintaining test cases is easy because multiple people can maintain them.
Can create test cases including system commands
By registering the command file created in advance in the test case, external commands can be started during test execution.
For example, depending on the external command, various applications such as initialization of DB record value and creation of backup file before operation are possible.
Variables can be used in test cases
It can define an operation that assigns a value to a test case variable.
You can use a dynamic value for verification because you can hold the value that is not on the screen or the return value from JavaScript.
Automatic test evidence generation
When the test code is executed, the test specifications (HTML, Excel, Word) reflecting the test results are also automatically generated.
Screenshots can also be automatically acquired and reflected in the test specifications.
Supports multi-browser / multi-platform
It can use a single test code to run tests on multiple browsers and multiple platforms.
Therefore, you do not have to write test cases for each browser or platform.
Easy link to CI tools
An API for downloading test code is provided, so it can be automated by linking with CI tools such as Jenkins.
No cost for runtime
The price of Testablish is a one year user license subscription for test editing.
The automatically generated test code is a program that uses open source (selenium), so test execution is possible if WebDriver exists for each test environment.
WebDriver is open source, so there is no cost.
MOVIES
We created an introduction video to give you an overview of Testablish and the operational feeling.
Please look at it.
01.Outline of Testablish
Testablish supports test automation efforts.
4 features
- Test code generation
- Test specification generation
- No cost to the runtime
- Can edit test scenarios with GUI
Change the test with Testablish!
02. Operation image of Testablish
I will introduce a simple usage of Testablish.
Automated test is performed in 4 steps
- Register page information
- Capture & replay
- Manual registration
- Edit test case
- Create from captured session
- Hand-assembled
- Test code generation
- Test code execution
Support for additional specifications
- Tests can be easily added even if functions are added to the target application
Change the test with Testablish!