In Software Development Life Cycle (SDLC), testing is an essential phase and it can be performed manually or with the help of tools and scripts to automate this effort As a...
The world is moving towards mobile apps from ordering food online to booking flight tickets All of this is happening with just one click on our mobile phones, ever wondered how...
Normally Test Engineers follow the written or documented scenarios depending upon the BRD to test a product during the following releases and this process continues during every...
What is test data Test data could be a commonly used term in the tester’s day-to-day life While executing test cases, the tester needs some data to input to get the expected...
While testing our application, we want end user experience for a few test scenarios in order to determine the time required to load an application's page In this case, we can...
What is the Test Plan Test Plan is the detailed document which represents the customer business flow, objective, test strategy, scope of the project, estimation, deliverables...
Monitoring the CPU and Memory utilisation of the windows servers is one of the important parameters to determine the application performance With the help of the tools available...
For a good user experience, website speed is essential and hence the load time for each page on your site should be monitored Website speed encompasses the following...
Overview When you write code with unit testing, then the time spent for a developer to resolve bugs will be small It will give a developer more confidence about his/her work...
- Behavior Driven Development (BDD) Framework provides testers a platform to automate manual test cases/scenarios and develop their scripting in plain English - which can be...