Software Testing Fundamentals
Covers software testing types, automation tools, SDLC models, testing methodology, and quality management concepts
Questions
The checkpoint used to check the alt attribute exists for all relevant objects (such as images) is
- DataBase CheckPoint
- Bitmap checkpoint
- Standard checkpoint
- Accessibility Checkpoint
What is the shortcut key that is used for a Standard Checkpoint?
- F12
- F10
- F3
- F4
The command used to retrieve data from excel sheet is
- Set ab = Connection("srcfilepath ") , Set ws = ab.getdata(sheetid)
- Set ab = GetObject("srcfilepath ") , Set ws = ab.getsheet(sheetid)
- Set ab = CreateObject("srcfilepath ") , Set ws = ab.getsheet(sheetid)
- Set ab = GetObject("srcfilepath") , Set ws = ab.worksheets(sheetid)
The name of the testing which is done to make sure the existing features are not affected by new changes
- Recursive testing
- Whitebox testing
- Unit testing
- Regression testing
AdHoc testing is a part of
- Unit Testing
- Regression Tesing
- Exploratory Testing
- Performance Testing
TQM represents
- Tool Quality Management
- Test Quality Manager
- Total Quality Management
- Total Quality Manager
------------- means under what test environment(Hardware, software set up) the application will run smoothly
- Test Bed
- Checkpoint
- Code Walk through
- Checklist
Cost of Production = Right The First time cost(RTF) + Cost of Quality
- True
- False
A metric used to measure the characteristic of the methods, Techniques and tools employed in developing, implementing and maintaining the software system called as
- Process metric
- Product Metric
- Test metrics
- Team metrics
What is correct Software Process Cycle?
- Plan(P)------>Check(C)------>Act(A)----->Do(D)
- Plan(P)------>Do(D)------>Check(C)----->Act(A)
- Plan(P)------>Do(D)------>Act(A)----->Check(C)
- Plan(P)------>Act(A)----->DO(d)----->Check(C)
Which Software Development Life cycle model will require to start Testing Activities when starting development activities itself
- Water falls model
- Spiral model
- V model
- Linear model
Conducted to validate that the application, database, and network they may be running on can handle projected volumes of users and data effectively. The test is conducted jointly by developers, testers, DBA’s and network associates after the system Testing called as
- Functional Testing
- Stress/Load Testing
- Recovery Testing
- Integration Testing
What are the Types of Integration Testing?
- Big Bang Testing
- Bottom Up Testing
- Top Down Testing
- All of the above
What is FTT?
- Functions to test
- Fundamentals to test
- Features to test
- None of the above
Which of the following automation tool is used for Performance testing in IZI program?
- Quick Test Professional
- Rational Robot
- Load Runner
- Selenium
Which of the following automation tool is used for functional regression testing in IZI program?
- Quick Test Professional
- SOA tool
- Load Runner
- Selenium
Which of the following is NOT functional testing?
- System Testing
- Unit testing
- Sanity testing
- Load testing
Which of the following is Stress testing?
- Testing the performance of a system under different loads.
- Testing the performance of a system with different browsers.
- Testing the performance of a system under very high load without providing the required resources to the system
- None of the above.
Which of the following is Regression testing?
- Testing a defect which is ready for re-test.
- Testing the performance of a system under different loads.
- Randomly testing the GUI of an application.
- Testing an application to assure that a change, such as a bugfix, did not introduce new bugs.
Which of the following testing cover "cookie" and "session management"?
- Security testing
- Interface testing
- Smoke testing
- Sanity testing