Software Testing Fundamentals
Comprehensive quiz covering software testing concepts including automation tools, testing methodologies, and QA best practices.
Questions
One Key reason why developers have difficulty testing their own work is :
- Lack of technical documentation
- Lack of test tools on the market for developers
- Lack of training
- Lack of Objectivity
An input field takes the year of birth between 1900 and 2004. The boundary values for testing this field are
- 0,1900,2004,2005
- 1900, 2004
- 1899,1900,2004,2005
- 1899, 1900, 1901,2003,2004,2005
Consider the following statements about early test design: i. early test design can prevent fault multiplication ii. faults found during early test design are more expensive to fix iii. early test design can find faults iv. early test design can cause changes to the requirements v. early test design normally takes more effort
- i, iii & iv are true; ii & v are false
- iii & iv are true; i, ii & v are false
- i, iii, iv & v are true; ii is false
- i & ii are true; iii, iv & v are false
Which one of the following is NOT a rule to be followed in reviews?
- Review the Product not the author
- Focus on Defect
- Overall responsibility as a team.
- Maintain the discipline in review meeting.
Which of the following is not described in a unit test standard?
- syntax testing
- equivalence partitioning
- stress testing
- modified condition/decision coverage
Fault Masking is
- Error condition hiding another error condition
- Creating a test case which does not reveal a fault
- Masking a fault by developer
- a fault by a tester
The tool used to deploy builds in Q&I
- SPLATT
- MAD
- PL FILE
- None of these
Testing of a candidate build to be deployed is done by performing
- Static test
- Dynamic test
- Smoke test
- None of these
Please select the wrong statement with reference to SPLATT
- For each LOB, we have a project under the SPIAcceptanceTests.sln
- The xml scripts are written using Visual Studio 2005.
- SPLATT can be used for Mainframe testing
- All of the above
When a policy created through Q&I is in rating error – Reason code 702, it shows that
- The policy cannot be rated because the rate tables do not contain rates for the limits which show in the premium section.
- Limits are invalid for the rating state or province.
- Invalid territory
- All of these
What are the different Levels of testing in Q&I
- ML, RC,PS
- ML, PS, Select
- ML,RC,PS &SELECT
- ML, RC, SELECT
The tool used to issue UW Referral policies in Q&I.
- SPLATT
- MAD
- PL FILE
- None of these
Users who logon to DEV or TIN test regions do not require any authentication & they are treated as
- Agent.
- Company operator
- Both
- None of these
Agent testing is always performed in
- TIN
- TAC
- DEV
- All of these
The main components of Selenium testing tools are
- Selenium IDE
- Selenium RC
- Selenium DOM
- Selenium Grid
The tests recorded using Selenium IDE can be run in other browsers
- True
- False
Selenium is an open source software.
- True
- False
Selenium can do
- Functional testing
- Agile testing
- Adhoc testing
- Regression testing
What programming languages can you use in Selenium RC?
- C#
- Java
- Perl
- Ruby
Selenium can be used for testing client server applications.
- True
- False