API Testing with Postman: a Course for Beginners

January 30, 2023 0

Postman is an open source API platform for building and using APIs that has over 10 million users worldwide. Postman simplifies each step of the API lifecycle and streamlines collaboration, so you can create better APIs.

Test Automation Framework for Testing Your UI with Java

January 27, 2023 0

Previously, I have written an article about testing API services with Java. I think that it would be a nice idea to write an article about more general test framework, which will contain parts for testing Web UI, be capable to interact with DB and has logging and advanced reporting.

LambdaTest with Cigniti Technologies Partners

January 18, 2023 0

Cigniti Technologies has announced a partnershipd with LambdaTest. The agreement allows Cigniti to tap into LambdaTest HyperExecute platform that provides secure, scalable, and insightful test orchestration for customers at different points in their DevOps (CI/CD) lifecycle.

Setting Your First Appium Tests Efficiently

January 16, 2023 0

Getting started with Appium is still really hard. Where should you start when you want to take your first baby steps towards performing test automation with the Appium open source testing tool?

Which Tools Are The Best for API Test Automation?

January 9, 2023 1

Head to any site in which testers and developers are seeking help on their testing, and you’ll see questions on which tools individuals should adopt, learn and use. For example, I recently read a question from one person who wanted to know whether they should learn about Postman or RestAssured for API automation.

Full-Circle Testing With Cypress

January 3, 2023 0

Cypress has taken the world by storm by brining an easy-to-use open source tool for end-to-end (E2E) automated testing. Its capabilities have proven to be useful for creating stable tests for frontend applications. But end-to-end testing is just a small part of test automation efforts. What about your API? What about your components?