What is white box testing?

This is a common interview question but many of the tester are unable to answer in proper way. Let us discuss in details. What are white box, black box and grey box testing and how to perform them? Today we will discuss only white box testing technique. White Box Testing : White box testing has … Read more

Cross Browser Testing

Cross browser testing means testing the application on multiple browser to ensure that our software working as expected on each browser. Because we can’t say that if software is worked fine on one browser it may or may not work fine on other browsers. There may be the issues like particular button is getting  disabled, … Read more

Exploratory Testing

Exploratory testing is basically Black Box testing, we do not need to worry about internal coding of the software while performing the Exploratory Testing. In simple word Exploratory Testing is all about simultaneously Learning, Test Design and Test Execution. Means here tester first learn about the software then write the test cases  or test scenario … Read more