Types of Software Testing

We have come across so many types of software testing. The two major approaches of software testing are manual software testing and automated software testing. Manual software testing means it is being done by a man. That means a person, ie a tester runs the software for errors. We would discuss each testing in...

Read more »

Software Testing Tutorial

In this software testing tutorial we are going to learn about What is Software testing and its definition and its objectives ( Missions). What is Software Testing? Software testing is being recognized as a profession now. Even though the word “Software Testing” is too common, the question “What is software testing” is being asked...

Read more »

Software Testing Interview Questions – basic

Here is a list of commonly asked basic level Software Testing Interview Questions.You must prepare about different types of testing and about the commonly used Words in Software Testing before attending the Interview. What are the importance of Software Testing? What are the main tools you are used for Software Testing? What are the...

Read more »

LoadRunner Interview Questions

Here is a list of commonly asked LoadRunner interview questions.Don’t forget to prepare the answers for these questions before attending your interview. What is the difference between “Load Testing” and “Performance testing” ? How long you are using LoadRunner and which version you experienced with ? Tell me about step by step processes of...

Read more »

WinRunner Interview Questions

WinRunner is one of the popular tool used in software testing. Here is a list of commonly asked Interview Questions about WinRunner. What is the use of WinRunner in your project? What are the main stages of testing processes using WinRunner? What is a GUI map and what are the contents of a GUI...

Read more »

MUTATION TESTING

What is MUTATION TESTING A kind of testing in which, the application is tested for the code that was modified after fixing a particular bug/defect. It also helps in finding out which code and which strategy of coding can help in developing the functionality effectively. Mutation testing ensure the accuracy of our unit tests.In...

Read more »