If PRS is given to you on say XYZ functionality then which
different types of testing you will perform .
Please arrange these types in sequential manner in which
you will perform?
Answer / vibhu
If PRS stands for Product Requirement Specification.
Consider an "Application Form" of "Birth Certificate" and req XYZ is = DATE OF Birth Field - How I might have responded is:-
Smoke testing TC-
we have the build Once we click on "Fill Birth Certification Form" link , the Form should be displayed and should carry all the fields/Points (say 20 points) such as Form Number, application number, first/last/middle name, Father's name , address(town, city, distt. , state, country etc.), contact number etc.. just the GUI to check all points are there.
Sanity testing approach-
-Form has DOB UI with correct marking / point number(say Point 5 should have DOB Field). and its graphical location/orientation on the page.
Functional testing TC-
-verify if it has blank space OR drop down as per REQ.
-Consider it drop down.
- should have >>
-DD should carry 01-31 dates
-MM- JAN till DEC
-YYYY-Starting from the current year (2013) till last few hundreds (as per REQ , say till 1900 or beyond)
-will try positive testing first
- enter a valid date(less than SYS date) and proceed further - there should not be any error regards to DOB field.
- now -ve scenarios
leave blank and submit- correct error and UI reperesentation for corresponding field.
- choose date as 30 and month as Feb - submit - shouldn't proceed - show correct error with message
-for 29 feb to choose leap year
- enter date as more than SYS date - shudnt proceed - correct message to be displayed - date of birth cant be futuristic.
- there can be various other scenarios. lets move on to
Localization-
-3 of the fields as - DD-MM-YYYY as per country (Indian Standard)
Integration TC- once all fields are filled - go the some other module and cross check with details for user - correct date should be displayed
SYSTEm Integration TC-
use a date so as to result in age of user as more than to be applicable for DL or voter card registration(say 17,18,19 years age)
go to apply for DL or Voter card Reg page - check if the user is applicable or denied.
check for both -ve and +ve
I doubt if the interviewer will need to hear anymore , by this time he/she wud stop u and ask another question.
| Is This Answer Correct ? | 9 Yes | 0 No |
how do u know that the test case is complete(assume we have a testbox how do u know that all the test cases are covered for this text box)
Why performance testing is performed? What are tools of performance testing?
My application is Central Management System(CMS) & Point of Sale(POS). CMS - main server is installed on one PC & POS - Client is installed on another PC. We can manage number of POS from CMS server. CMS is divided into CMS-Master & CMS Client. System flow is like - Manage data Menu has 22 submenus ex: Users, Customers, Printers etc....................... Manage all 22 submenus in CMS-Master Import all 22 submenus in CMS-Client one by one. My Question ---> Import CMS-Master to CMS-Client is the test case, So Should I consider it as a single test case or I have to write separte test cases for Importing All 22 submenus?
What is the outcome of integration testing?
9.Are you exposed to any automation tools?If yes your role?
What is the difference between SIT and IST?
which testing is better equivalenc partitioning or bouandary value analysis and why?
What are the minimum requirements to start testing?
What is the difference between testing Techniques and tools? Give examples
8 What can static analysis NOT find? a) The use of a variable before it has been defined b) Unreachable (“dead”) code c) Whether the value stored in a variable is correct d) The re-definition of a variable before it has been used e) Array bound violations
What are the main key components in web applications and client and server applications? And explain the differences between them?
what is the diffrence b/w verification and validation?