Manual Testing Interview Questions - Part 11

In continuation with the latest series of Manual Testing Interview Questions, we present you the part 11 of the course structure. Click on below links for previous parts.


Manual Testing Interview Questions - Part 11

    •  How will you test the application without having any requirements?
      • We will perform exploratory testing. Means we will first explore that application and then test. We can explore that application by taking the help of superiors who is having knowledge about that application, or by going to help files of that application or by understanding the domain for which this product belongs etc.
    • Did you get any bug which was not in the requirement or in ad-hoc testing (which was not in the test case)? Or did you get any bug in Ad-hoc testing? Explain
      • Yes. In our application on the home page first we were showing all the accounts but later on it was creating a performance issue when number of accounts was more than 100. Then I logged a bug saying that paging functionality and search functionality should be provided to navigate to and to find out the specific account. Earlier it was not mentioned in the Requirement documents
    • Explain memory leak with example?
      • Memory leak is nothing but unintentional consumptions of memory. Most of the Application when we closed gets invisible from the desktop running in the backend.
      • Unintentional memory consumption by a computer program where the program fails to release Memory when no longer needed.
    • You have only 4 line of requirements how you will test it?
      • I will try to split that requirement into functionality first. Then I will try to create user scenarios and write down test cases on that and will test it.
    • What is Web Testing? What is the Thing we need to consider for Testing Web Based Applications?
      • Web Testing is nothing but testing the Web Based Application. We need to consider:  
        • Functionality 
        • Usability  
        • Performance 
        • Security  
        • Server Side Interface  
        • Client Side Compatibility while performing web based application.
    • What is difference between Integration and Incremental Integration testing?
      • Integration Testing is nothing but testing the interface between different components or modules.
      • After performing integration testing of all the modules if any new functionality is added into that application then we can integrate it with our application and perform the integration testing called as incremental integration testing.
    • Difference between System Testing and System Integration Testing?
      • In system testing we are testing the functional as well as non functional aspects i.e. Security, Performance, Installation, Up gradation, etc of the application. While in System Integration Testing we perform the integration of existing system with another system. E.g. Integration of two or more systems with each other.
    • Tell me who is responsible for Unit Testing either developer or tester?
      • For any testing related activity Tester is responsible. So ideally speaking Tester is responsible for unit testing. But practically speaking most of the testers are not aware of development languages so developer is performing unit testing.
    • What is Traceability matrix? What are Forward Traceability and Reverse Traceability?
      • Traceability Matrix is used to mapped your:  
        • Requirement with Test Cases or  
        • Functionality with Test Cases or  
        • Requirement with Defects or  
        • Functionality with Defects or 
        • Forward Traceability matrix helps you to provide information about how many test cases you have written for a given requirement/functionality. Or how many bugs we have logged for a given requirement/functionality. 
        • Reverse Traceability matrix helps you to provide information about; this given test case belongs to which requirement/functionality. Or this logged bug belongs to which requirement/functionality
    • What is traceability Matrix? And when and who is preparing it?
      • Traceability Matrix is used to mapped your:  
        • Requirement with Test Cases or  
        • Functionality with Test Cases or 
        • Requirement with Defects or  
        • Functionality with Defects or 
        • When we start writing down test cases for a given functionality or requirement, test lead prepares this requirement traceability matrix. 

    Comments

    Popular posts from this blog

    Azure Tutorials Series - Azure Networking

    Coforge Interview Questions | Automation Testing profile

    Testing in CI/CD