Automated Testing Question:
Download Job Interview Questions and Answers PDF
What are different coverages in Function Testing?
Answer:
Verifying the Functionality (external behavior) of a component or System
i) Input Domain Coverage
Verifying weather the system is accepting valid inputs or not? And
preventing invalid inputs or not
ii) Output Domain Coverage
Verifying weather the System is providing correct Outputs or not, based
on input and process
iii) Database Testing
Verifying the data validations, data storage and data retrieval operations
iv) Error handling
Verifying how the system is handling user unathurized/invalid operations
and providing error and help messages.
v) Order of functionalities
Verifying weather the System is providing correct order of
functionalities or not
i) Input Domain Coverage
Verifying weather the system is accepting valid inputs or not? And
preventing invalid inputs or not
ii) Output Domain Coverage
Verifying weather the System is providing correct Outputs or not, based
on input and process
iii) Database Testing
Verifying the data validations, data storage and data retrieval operations
iv) Error handling
Verifying how the system is handling user unathurized/invalid operations
and providing error and help messages.
v) Order of functionalities
Verifying weather the System is providing correct order of
functionalities or not
Download Automated Testing Interview Questions And Answers
PDF
Previous Question | Next Question |
Do you know what is Functional Testing? | What are the important operations in Database Testing? |