Dev-tester.com

You Don't Always Need to Follow Best Practices Dev Tester

In past articles on Dev Tester, some of the main disagreements from my peers come from saying something isn't necessary for a successful project. For instance, a few weeks ago, I wrote … See more

Actived: 9 days ago

URL: https://dev-tester.com/you-dont-always-need-to-follow-best-practices/

Set up a Health Checkpoint to Keep Your API Strong

WEBOf course, this depends on your application and needs. Get your development team involved for better insight on what checks are needed to ensure the …

Category:  Course Go Health

The Best Way to Choose a Programming Language for …

WEBCoding up your test suite. The best way to have full control over your test suite is to code the tests yourself. Doing the coding takes longer than simply clicking …

Category:  Health Go Health

How to Build Test Automation on an App With No Tests

WEBAction relieves anxiety. First, find one small thing you can do right now and start working on it. Everyone has to start somewhere, so pick something and move …

Category:  Health Go Health

Should You Keep End-To-End Tests in the Same Repo or …

WEBPlacing your end-to-end tests in the same repo. Placing your end-to-end tests in the same repo keeps everything contained in a single place. Usually, this means …

Category:  Health Go Health

Guide Your Team Towards Test Automation Dev Tester

WEBThe purpose of focusing on an initial push towards test automation is to have something that shows the benefits clearly. If you choose the right tests to automate and …

Category:  Health Go Health

How to Go From 0 to 1,300+ Automated Tests Dev Tester

WEBThe backend application went from no automated tests to over 1300 automated tests. The test suite, mainly consisting of unit and functional tests and API …

Category:  Health Go Health

What to Consider When Testing an API Dev Tester

WEBWith API testing, that means taking the time to do some manual, exploratory testing. Use automation to handle regressions or scenarios that can be data-driven. …

Category:  Health Go Health

How to Gather Your Test Automation Results With …

WEBREPORT_PORTAL_TOKEN (Required): The API token for a valid ReportPortal user. You can find this information in your account settings. …

Category:  Health Go Health

Keeping Your Regression Test Suite in Check Dev Tester

WEBThe best way to avoid your regression test suite from expanding beyond control is to set the maximum amount of time allowed to run the entire suite. By …

Category:  Health Go Health

Why Is Continuous Integration Important For Testing

WEBAt a high level, continuous integration (CI) is a development practice to assist in managing and automating workflows when code changes occur in a software project. …

Category:  Health Go Health

When to Stop Your Automated Test Suite When a Test Fails

WEBHalt the test run when: You're executing long-running tests locally. When you're development tests locally, having the test run stop when something fails will save …

Category:  Health Go Health

What Do You Do When You Have Nothing to Test

WEBStudy and learn new skills. The most recommended thing you can do when you have some downtime at work is to work on improving yourself. Whenever you have …

Category:  Health Go Health

3 Types of Testers Who Can't Let Their Tests Go Dev Tester

WEBThe Proud. The Proud type of tester is someone who's very attached to their work, to the point that anything you say or do to their work feels like a personal attack. …

Category:  Health Go Health

Battle-Test Your API With Artillery Load Testing Dev Tester

WEBArtillery is a Node.js package designed for testing backend systems, such as APIs. Out of the box, it supports your standard HTTP APIs, along with protocols like …

Category:  Health Go Health

Scripted Testing Is Not Enough Dev Tester

WEBScripted testing also doesn't reflect the real usage of your application. The real world is not a series of steps - it's messy and unrestricted. Users of your software …

Category:  Health Go Health

Top Challenges of Automated End-to-End Testing Dev Tester

WEBChallenge #5: Demonstrating Value. Automating end-to-end tests takes a non-trivial amount of time and effort for any project. Even with the advances from testing …

Category:  Health Go Health

20 Lessons Learned From 20 Years in Tech: Part 1 Dev Tester

WEB10) Don't overwork yourself for others. That first startup mentioned in the previous section showed a promising future when I joined. The application had a decent …

Category:  Health Go Health