Skip to main content

Top 10 Manual Testing Interview Questions for Fresher


Top 10 Manual Testing Interview Question for Fresher




What is risk-based testing?
          
Risk-based Testing is the term used for an approach to creating a test strategy that is based on prioritizing tests by risk. The basis of the approach is a detailed risk analysis and prioritizing of risks by risk level. Tests to address each risk are then specified, starting with the highest risk first.

What is the benefit of test independence?
          
It avoids author bias in defining effective tests.

What is the difference between Testing Techniques and Testing Tools?

Testing technique: – Is a process for ensuring that some aspects of the application system or unit functions properly there may be few techniques but many tools.
Testing Tools: – Is a vehicle for performing a test process. The tool is a resource to the tester, but itself is insufficient to conduct testing.

What is functional system testing?

Testing the end to end functionality of the system as a whole is defined as a functional system testing.

What are the different Methodologies in Agile Development Model?

There are currently seven different agile methodologies that I am aware of:

  • Extreme Programming (XP)
  • Scrum
  • Lean Software Development
  • Feature-Driven Development
  • Agile Unified Process
  • Crystal
  • Dynamic Systems Development Model (DSDM)



What is random/monkey testing? When it is used?

Random testing often known as monkey testing. In such type of testing data is generated randomly often using a tool or automated mechanism. With this randomly generated input the system is tested and results are analysed accordingly. These testing are less reliable; hence it is normally used by the beginners and to see whether the system will hold up under adverse effects. 

What are the phases of a formal review?

In contrast to informal reviews, formal reviews follow a formal process. A typical formal review process consists of six main steps:
  • Planning
  • Kick-off
  • Preparation
  • Review meeting
  • Rework
  • Follow-up.

What is the role of moderator in review process?

The moderator (or review leader) leads the review process. He or she determines, in co-operation with the author, the type of review, approach and the composition of the review team. The moderator performs the entry check and the follow-up on the rework, in order to control the quality of the input and output of the review process. The moderator also schedules the meeting, disseminates documents before the meeting, coaches other team members, paces the meeting, leads possible discussions and stores the data that is collected.

When "Regression Testing" should be performed?

After the software has changed or when the environment has changed Regression testing should be performed.

What is negative and positive testing?

A negative test is when you put in an invalid input and receives errors. While a positive testing, is when you put in a valid input and expect some action to be completed in accordance with the specification. 

What is the difference between re-testing and regression testing?

Re-testing ensures the original fault has been removed; regression testing looks for unexpected side effects.


Next 10 Questions will be updated soon!!

Complete Software Testing Topics Free PDF 


Comments

Popular posts from this blog

Top 10 Selenium Tester Responsibilities

Roles n Responsibilities of any automation tester depends upon many factors like team size, budget of project, availability of resources etc it may vary every now n then. But I have tried to highlight them here. Obviously, test automation is not just programming. If you do not have enough skills (yet) to automate focus on other things you can contribute on this Top 10 Selenium Tester Responsibilities Top 10 Selenium Tester Responsibilities: Understanding  Selenium Test Life Cycle Knowledge in Selenium Tools such as Selenium IDE, Selenium RC, Selenium WebDriver & Selenium Grid Good Knowledge in Understanding Selenium Commands – Selenese Idea in Test Case Prioritization Better knowledge in  Designing the Test Data Properly Check the remaining   5 Selenium Tester Responsibilities  

Installation of Selenium IDE - Step by Step Guide for Beginners

Installation of Selenium IDE – Thanks for the reviews for my previous posts, as per the request I had received from beginners here I’ll explain about the Installation of Selenium IDE, Please check the previous tutorials about Basics of Selenium and Top 5 FAQs in Selenium and Components of Selenium  before go forward. Here is the step by step guide to Install Selenium IDE. What you need? The following are the stuffs, you need to install Selenium ·         An Internet connection ·         Mozilla Firefox Step 1: Using your Mozilla Firefox browser open this official Selenium IDE download link: http://www.seleniumhq.org/download/ Step 2: ·         Click on “Allow” if security alert displays while downloading.        Restart the browser once all the files are Installed Successfully          ...

Selenium vs QTP - Comparison between Selenium and QTP

Selenium vs QTP – Top 5 Comparison between Selenium and QTP            Selenium vs QTP which is the better automation framework, which one to choose is the question which strikes mostly all software testers. Here are the comparison highlights between Selenium and QTP. Here is the solution; Comparison between Selenium and QTP: Tool Download: Selenium:  It is an open source tool which is ultimately free of cost and does not requires any license. Can able to download online – Selenium Installation Guide .            QTP:  It requires license to use the tool and it is very expensive. Test Applications:            Selenium:  It is used to test web based applications.            QTP:  QTP can be used to test both web based application and client server applications. Integr...