DZone
Thanks for visiting DZone today,
Edit Profile
  • Manage Email Subscriptions
  • How to Post to DZone
  • Article Submission Guidelines
Sign Out View Profile
  • Post an Article
  • Manage My Drafts
Over 2 million developers have joined DZone.
Log In / Join
Refcards Trend Reports Events Over 2 million developers have joined DZone. Join Today! Thanks for visiting DZone today,
Edit Profile Manage Email Subscriptions Moderation Admin Console How to Post to DZone Article Submission Guidelines
View Profile
Sign Out
Refcards
Trend Reports
Events
Zones
Culture and Methodologies Agile Career Development Methodologies Team Management
Data Engineering AI/ML Big Data Data Databases IoT
Software Design and Architecture Cloud Architecture Containers Integration Microservices Performance Security
Coding Frameworks Java JavaScript Languages Tools
Testing, Deployment, and Maintenance Deployment DevOps and CI/CD Maintenance Monitoring and Observability Testing, Tools, and Frameworks
Culture and Methodologies
Agile Career Development Methodologies Team Management
Data Engineering
AI/ML Big Data Data Databases IoT
Software Design and Architecture
Cloud Architecture Containers Integration Microservices Performance Security
Coding
Frameworks Java JavaScript Languages Tools
Testing, Deployment, and Maintenance
Deployment DevOps and CI/CD Maintenance Monitoring and Observability Testing, Tools, and Frameworks
  1. DZone
  2. Testing, Deployment, and Maintenance
  3. Deployment
  4. Points of View to Consider When Switching to Automated Testing

Points of View to Consider When Switching to Automated Testing

When converting to an automated test platform, you should consider points of view from the perspective of the user, the tester, reporting, and execution.

Sergio Sacristán user avatar by
Sergio Sacristán
·
Feb. 09, 17 · Opinion
Like (2)
Save
Tweet
Share
7.03K Views

Join the DZone community and get the full member experience.

Join For Free

The term "automated test platform" refers to the infrastructure, tools, applications, and software that can be used to include automated tests (usually functional tests) in the Continuous Delivery pipeline.

There are different ways to set up an automated test platform, such as with products like Extensive Testing, ATestingP, SmartBear, etc. On the other hand, you can build your custom platform integrating test management tools in your Continuous Integration (CI) process.

The aim of this article is not to compare different products but to provide a simplified explanation based on the checklist that an automated test platform must have — a list of features you should think about when you are thinking about doing automate testing.

User Point of View

You must integrate different actors. The tools to be used have to be adaptable for the different kind of users.

  • QA: Management of use cases, test cases, test plans, etc.
  • Developers and testers: Test case implementation.
  • DevOps: Integration with the CD pipeline.
  • Managers: Reports, reports... and more reports.

Tester Point of View

First of all, tests have to be robust and stable. Test implementation also must have the following qualities: 

  • An easy learning curve for new developers.
  • Ease of development.
  • Ease of maintenance. Be ready for changes. 
  • Portability. Tests have to be easy to execute when developing, the same way as they will be executed automatically by the automated platform. 

Execution Point of View

Here, we are thinking about the ability to execute a test with different configurations and easy integration with deployment tools and Continuous Integration.

  • Adaptability. Integrate different testing assets, such as desktop applications, web applications, mobile applications, services, etc. It must be able to support different tools and programming languages (i.e., SikuliX, WebDriver (Selenium), JMeter, SoapUI, etc.) and be adaptable to the needs of each test.
  • Configuration flexibility. The environment of the execution should be configurable (parametrizable). Execute the same test with different parameters, different runtime environments, different application properties, etc.
  • Parallelization. It must be "fast enough" to be integrated into a CD. Run parallel tests for different versions of the product. For example, if we need to do two releases at once (for example, a patch and an upgrade), the test platform should not be the bottleneck.
  • Scalability. Test cases can grow, but the total execution time should be maintained.
  • Availability. The platform must have at least the same criticality as the rest of the tools that allow us to obtain a CD.

Image title

Reporting Point of View

Finally, we have to think about monitoring the executions and in the generation of reports. Consider the following qualities:

  • Capable of sending email reports and alerts.
  • Traceability. There should visibility of the executions over the different environments in production (i.e., versioning tests, test plans, etc.). The tests have to follow the same versions that you have in your product.
  • Diagnostic. Easily diagnose issues, because the reason for having automated tests is to find issues and to make finding issues easy (you should have logs!).
  • History. You should have a historical repository of executions with details.
  • Customizable reporting. This includes custom reports, testing coverage between versions, measuring product performance between versions, and comparing different test executions over different software and product versions.

As I said, this is a simplified explanation, but I hope this list is helpful as a checkpoint for automated test platform requirements.

Testing Continuous Integration/Deployment

Published at DZone with permission of Sergio Sacristán. See the original article here.

Opinions expressed by DZone contributors are their own.

Popular on DZone

  • DZone's Article Submission Guidelines
  • How to Submit a Post to DZone
  • The Quest for REST
  • How To Check Docker Images for Vulnerabilities

Comments

Partner Resources

X

ABOUT US

  • About DZone
  • Send feedback
  • Careers
  • Sitemap

ADVERTISE

  • Advertise with DZone

CONTRIBUTE ON DZONE

  • Article Submission Guidelines
  • Become a Contributor
  • Visit the Writers' Zone

LEGAL

  • Terms of Service
  • Privacy Policy

CONTACT US

  • 600 Park Offices Drive
  • Suite 300
  • Durham, NC 27709
  • support@dzone.com
  • +1 (919) 678-0300

Let's be friends: