Software Testing and QTP Fundamentals
Covers software testing methodologies including regression testing, beta testing, and boundary value analysis, plus QTP (QuickTest Professional) automation testing features and techniques.
Questions
Regression Testing is :
- IT is a method by which individual units of source code are tested to determine if they are fit for use.
- It is the testing of integrated system to evaluate the system's compliance with its specified requirements.
- Testing that seeks to uncover software errors by partially retesting a modified program.
- None
Regression Testing is :
- IT is a method by which individual units of source code are tested to determine if they are fit for use.
- It is the testing of integrated system to evaluate the system's compliance with its specified requirements.
- Testing that seeks to uncover software errors by partially retesting a modified program.
- None
Active Screen Technology in QTP gives
- Test Data
- Checkpoints
- Screenshots of the application under test(AUT)
- Object Repository
The feature of selecting different values of test data at run-time is called
- Synchronisation
- Paramerization
- Smart identification
- Transaction
What is the *.tsr file in QTP?
- Object Repository files
- VB action files
- QTP Action files
- Stores test data
Method to count the no of rows in a table
- Getlinecount
- count
- Getrowcount
- Getcount
What can you use to handle unpredictable testing exceptions ?
- Do Loop
- Recovery Scenario
- IF THEN Statement
- Select case statement
How do you declare a constant in QTP?
- Dim Statement
- Con Statement
- Const Statement
- Option Explicit Statement
You will use the recording mode for an object not recognized by QuickTest
- Analog mode
- Low level Recording mode
- Normal Recording mode
- Run Analog mode
An action can be called by other tests or actions is
- Call Action
- Split Action
- Reusable Action
- Called action
The method that adds to the test while implementing Synchronization is
- Synchronize
- Wait
- WaitProperty
- Pause
Can we add external library files in QTP?
- True
- False
Boundary value testing is
- Is the same as equivalence partitioning tests
- Test boundary conditions on, below and above the edges of input and output equivalence classes
- Tests combinations of input circumstances
- Is used in white box testing strategy
Which one of the following are non-functional testing methods?
- System testing
- Usability testing
- Performance testing
- Both b & c
Which of the following tools would be involved in the automation of regression test?
- Data tester
- Boundary tester
- Capture/Playback
- Output comparator
Independent Verification & Validation is?
- Done by the Developer
- Done by the Test Engineers
- Done By Management
- Done by an Entity Outside the Project’s sphere of influence
Maintenance testing is?
- updating tests when the software has changed
- testing a released system that has been changed
- testing by users to ensure that the system meets a business need
- testing to maintain business advantage
Beta testing is?
- performed by customers at their own site
- performed by customers at the software developer's site
- performed by an Independent Test Team
- performed as early as possible in the lifecycle
The difference between re-testing and regression testing is?
- re-testing ensures the original fault has been removed; regression testing looks for unexpected side-effects
- re-testing looks for unexpected side-effects; regression testing ensures the original fault has been removed
- re-testing is done after faults are fixed; regression testing is done earlier
- re-testing is done by developers; regression testing is done by independent testers
The cost of fixing a fault-
- is not important
- increases the later a fault is found
- decreases the later a fault is found
- can never be determined