OneStopTesting - Quality Testing Jobs, eBooks, Articles, FAQs, Training Institutes, Testing Software, Testing downloads, testing news, testing tools, learn testing, manual testing, automated testing, load runner, winrunner, test director, silk test, STLC

Forum| Contact Us| Testimonials| Sitemap| Employee Referrals| News| Articles| Feedback| Enquiry
 
Testing Resources
 
  • Testing Articles
  • Testing Books
  • Testing Certification
  • Testing FAQs
  • Testing Downloads
  • Testing Interview Questions
  • Career In Software Testing
  • Testing Jobs
  • Testing Job Consultants
  • Testing News
  • Testing Training Institutes
  •  
    Fundamentals
     
  • Introduction
  • Designing Test Cases
  • Developing Test Cases
  • Writing Test Cases
  • Test Case Templates
  • Purpose
  • What Is a Good Test Case?
  • Test Specifications
  • UML
  • Scenario Testing
  • Test Script
  • Test Summary Report
  • Test Data
  • Defect Tracking
  •  
    Software testing
     
  • Testing Forum
  • Introduction
  • Testing Start Process
  • Testing Stop Process
  • Testing Strategy
  • Risk Analysis
  • Software Listings
  • Test Metrics
  • Release Life Cycle
  • Interoperability Testing
  • Extreme Programming
  • Cyclomatic Complexity
  • Equivalence Partitioning
  • Error Guessing
  • Boundary Value Analysis
  • Traceability Matrix
  •  
    SDLC Models
     
  • Introduction
  • Waterfall Model
  • Iterative Model
  • V-Model
  • Spiral Model
  • Big Bang Model
  • RAD Model
  • Prototyping Model
  •  
    Software Testing Types
     
  • Static Testing
  • Dynamic Testing
  • Blackbox Testing
  • Whitebox Testing
  • Unit Testing
  • Requirements Testing
  • Regression Testing
  • Error Handling Testing
  • Manual support Testing
  • Intersystem Testing
  • Control Testing
  • Parallel Testing
  • Volume Testing
  • Stress Testing
  • Performance Testing
  • Agile Testing
  • Localization Testing
  • Globalization Testing
  • Internationalization Testing
  •  
    Test Plan
     
  • Introduction
  • Test Plan Development
  • Test Plan Template
  • Regional Differences
  • Criticism
  • Hardware Development
  • IEEE 829-1998
  • Testing Without a TestPlan
  •  
    Code Coverage
     
  • Introduction
  • Measures
  • Working
  • Statement Coverage
  • Branch Coverage
  • Path Coverage
  • Coverage criteria
  • Code coverage in practice
  • Tools
  • Features
  •  
    Quality Management
     
  • Introduction
  • Components
  • Capability Maturity Model
  • CMMI
  • Six Sigma
  •  
    Project Management
     
  • Introduction
  • PM Activities
  • Project Control Variables
  • PM Methodology
  • PM Phases
  • PM Templates
  • Agile PM
  •  
    Automated Testing Tools
     
  • Quick Test Professional
  • WinRunner
  • LoadRunner
  • Test Director
  • Silk Test
  • Test Partner
  • Rational Robot
  •  
    Performance Testing Tools
     
  • Apache JMeter
  • Rational Performance Tester
  • LoadRunner
  • NeoLoad
  • WAPT
  • WebLOAD
  • Loadster
  • OpenSTA
  • LoadUI
  • Appvance
  • Loadstorm
  • LoadImpact
  • QEngine
  • Httperf
  • CloudTest
  •  
    Languages
     
  • Perl Testing
  • Python Testing
  • JUnit Testing
  • Unix Shell Scripting
  •  
    Automation Framework
     
  • Introduction
  • Keyword-driven Testing
  • Data-driven Testing
  •  
    Configuration Management
     
  • History
  • What is CM?
  • Meaning of CM
  • Graphically Representation
  • Traditional CM
  • CM Activities
  • Tools
  •  
    Articles
     
  • What Is Software Testing?
  • Effective Defect Reports
  • Software Security
  • Tracking Defects
  • Bug Report
  • Web Testing
  • Exploratory Testing
  • Good Test Case
  • Write a Test
  • Code Coverage
  • WinRunner vs. QuickTest
  • Web Testing Tools
  • Automated Testing
  • Testing Estimation Process
  • Quality Assurance
  • The Interview Guide
  • Upgrade Path Testing
  • Priority and Severity of Bug
  • Three Questions About Bug
  •    
     
    Home » Testing Faqs » Testing - General Faqs » manual testing interview questions

    manual testing interview questions

    A D V E R T I S E M E N T


    Define TRM.

    TRM stands for Test Responsibility Matrix. It shows the mapping between development stages like requirement gathering, analysis, design, maintenance, testing, and coding, and the test factors, like reliability, ease of use, authorization, portability, audit trail, and access control.

    What is software reliability?

    Software reliability is a probability. It defines the probability of software working continuously, without failing, for a certain period of time under a certain environment. It is calculated in Mean Time Between Failure.

    Why are stress-testing, resolution-testing, and cross- browser testing done?

    Stress testing tests an application's performance.

    Resolution testing tests an application's view under various resolution parameters. It shows how an application would look when run on systems with different resolutions.

    Cross browser testing tests an application's ability to operate across various browsers. Developing a page that runs on Firefox does not mean it'll run on Chrome or Internet Explorer as well. This necessitates cross-browser testing.

    A lot of programmers will be against developing for older browser versions, especially IE 8 and older ones. Although it can be a pain to develop for older versions which has security issues as well as support very less features, if your majority of your audience use older versions, there is no way escaping developing for older browser versions.

    Differentiate between defect, bug, and error.

    An error is any deviation from the logic required, or from the syntax, or from the specified standards and ethics. Errors fall into 3 categories � logical (deviation from programme logic), syntax (deviation from the syntax of the language), and executional (errors that are spotted during execution).

    A defect is an error that is found during testing.

    When a developer agrees with a defect, it gets converted into a bug that will be worked on by the developer in that version, or fix it in the next version.

    Software's like bugzilla helps track bugs and help in coordination between the product and engineering teams.

    What are the types of bugs that you will find?

    The bugs that can be found on any given day are:

    • User Interface Defect Bug
    • Boundary Related Bug
    • Error Handling Defect Bug
    • Compatibility Related
    • Hardware Failures
    • Database Related Bug
    • Load Conditions Bug
    • Calculation Defect Bug

    Name thenon-functional requirements.

    In a software product, the non-functional requirements are as follows:

    • Usability
    • Delivery time
    • Efficiency
    • Reliability
    • Security requirements
    • Software development environment
    • Standards to be followed

    Define Test Data Collection.

    To test the application, some data needs to be taken from the parent application. This data is called test data. However, only one piece of data is not enough. Testers need to take data of various sizes to test an application. This collection is known as Test Data Collection.

    What doesconfiguration management cover?

    Configuration management covers those processes that are used to control, coordinate, and track the following:

    • Requirements
    • Code
    • Problems
    • Documentation
    • Designs
    • Requests for change
    • Compilers/patches/libraries/tools
    • The person who made the changes and the changes that were made

    Explain software quality assurance.

    Quality assurance for software includes everything in the process of development. It monitors the process and improves it where necessary;it ensures that the standards and procedures that have been agreed upon are followed, and that the problems are found and solved. It is more about prevention than about cure.

    Explain software life cycle.

    The time between the conception of an application to the time it ends is known as software life cycle. Software's life cycle consists of the following phases:

    • Initial concept
    • Requirements analysis
    • Functional design
    • Internal design
    • Documentation planning
    • Test planning
    • Coding
    • Document preparation
    • Integration
    • Testing
    • Maintenance
    • Updates
    • Retesting



    More Testing - General Faqs



    discussionDiscussion Center
    Discuss
    Discuss

    Query

    Feedback
    Yahoo Groups
    Y! Group
    Sirfdosti Groups
    Sirfdosti
    Contact Us
    Contact

    Looking for Software Testing eBooks and Interview Questions? Join now and get it FREE!
     
    A D V E R T I S E M E N T
       
       

    Members Login


    Email ID:
    Password:


    Forgot Password
    New User
       
       
    Testing Interview Questions
  • General Testing
  • Automation Testing
  • Manual Testing
  • Software Development Life Cycle
  • Software Testing Life Cycle
  • Testing Models
  • Automated Testing Tools
  • Silk Test
  • Win Runner
  •    
       
    Testing Highlights

  • Software Testing Ebooks
  • Testing Jobs
  • Testing Frequently Asked Questions
  • Testing News
  • Testing Interview Questions
  • Testing Jobs
  • Testing Companies
  • Testing Job Consultants
  • ISTQB Certification Questions
  •    
       
    Interview Questions

  • WinRunner
  • LoadRunner
  • SilkTest
  • TestDirector
  • General Testing Questions
  •    
       
    Resources

  • Testing Forum
  • Downloads
  • E-Books
  • Testing Jobs
  • Testing Interview Questions
  • Testing Tools Questions
  • Testing Jobs
  • A-Z Knowledge
  •    
    Planning
    for
    Study ABROAD ?


    Study Abroad


    Vyom Network : Free SMS, GRE, GMAT, MBA | Online Exams | Freshers Jobs | Software Downloads | Programming & Source Codes | Free eBooks | Job Interview Questions | Free Tutorials | Jokes, Songs, Fun | Free Classifieds | Free Recipes | Bangalore Info | GATE Preparation | MBA Preparation | Free SAP Training
    Privacy Policy | Terms and Conditions
    Sitemap | Sitemap (XML)
    Job Interview Questions | Placement Papers | SMS Jokes | C++ Interview Questions | C Interview Questions | Web Hosting
    German | French | Portugese | Italian