Systems | Development | Analytics | API | Testing

The latest News and Information on Software Testing and related technologies.

Performance Testing of OAuth 2.0 Secured Apps and Services

LoadFocus now provides easy testing for services that are using OAuth authorization (we support OAuth2.0 as OAuth1.0 was retired in 2012). We support all the OAuth 2.0 grant types: For testing a service that is behind a login (that has OAuth authorization) the only thing the user needs to do is: The call to the authorization server will be done only once before the performance testing of the API endpoints starts.

How Xray scaled with Dashlane's 4x company growth

Dashlane is a web and mobile app that simplifies password management for people and businesses. Dashlane empowers organizations to protect company and employee data while helping everyone easily log in to the accounts they need. 400 team members across Paris, New York, and Lisbon are united by a strong sense of community and passion for improving the digital experience.

Are your Digital Services Accessible?

The modern workplace is more diverse than ever. Interested parties include a whole strata of incredibly talented people whose needs are regularly overlooked through poor design & development, and a failure to comply with disability and accessibility regulations around the world. This webinar will give you an introduction to the digital needs of those in need of accessibility support and the software tools available to help you test that you are meeting a significant portion of those needs.

JMeter: test as code solutions

The rise of the CI/CD methodologies and frameworks have shaped the daily work of application developers and testers. It allowed for the creation of the DevOps model. DevOps culture demanding “everything as code”, modern infrastructure tooling has grown to drive the management and configuration of infrastructure components “as code” alike.

How to Create Test Scripts Using the Chrome DevTools Recorder Panel

Create JSON, Puppeteer, and Puppeteer Replay test scripts to run on Sauce Labs using the Chrome DevTools Recorder panel You can now record, replay, and measure user flows with the new Chrome DevTools Recorder panel. The Recorder panel is available in Chrome versions 101 and above. A major benefit of the Chrome DevTools Recorder panel is that it requires minimal background knowledge on testing to use. This allows development teams to more easily create and run user flow tests.

How a Multiprotocol Development Strategy Can Ease Your Microservices Woes

Finding efficient ways to process, share, and reuse functionality and data is crucial – it’s an important way to break down monolithic applications into more consumable and maintainable microservices. In today’s API-focused world, this translates into multiprotocol development (gRPC, GraphQL, EDAs, etc.) and an enhanced development process (governance, standards, design-first). To understand this, we need to look more closely at protocols.

Why Application Usability Testing is Important for Business Success

Usability testing is a proven and frequently used method for evaluating products. Businesses of all kinds test everything from physical products to online services and applications. Why is usability research so popular? Research shows that approximately 75% of the credibility of digital products, such as an app or website, stems from their design. Unless you create something usable, appealing and functional, your business could face a substantial loss of profit and clients.

Cucumber and Gherkin Language Best Practices

BDD or Behavior Driven Development is a development approach, but even if you don't utilize it, we think Cucumbe r (or a comparable tool) is useful since it "pushes" you to document your automated tests before implementing them. Cucumber is another traditional Selenium substitute, but there are some significant differences between the two systems. Cucumber is an automation tool for behavior-driven development(BDD), whereas Selenium is an automation tool for web apps.