6 followers
Software QA professional with the enthusiasm to learn more and spread knowledge as well as skills among others
In Playwright, "headed" and "headless" modes refer to different ways of running a browser during automated tests. Headed Mode:In headed mode, the...
Automated testing has become an integral part of the software development as well as testing process, allowing developers and QA teams to ensure the...
Automation with JavaScript using Protractor and Jasmine BDD frameworks - Step by step. ยท Protractor is an end-to-end automation test framework for...
We often need to automate the test cases which are repeatedly executed, like regression cases. Similarly, in the case of API testing, there might be...
The foremost purpose of Security Testing is to identify the threats in the system and measure its potential vulnerabilities, so the threats can be...
What is Git:Git is a distributed version & change tracking tool where we can track the versions and changes in our project code. Also, through git,...