What is the first test in software testing process
a)Monkey testing
b)Unit Testing
c)Static analysis
d)None of the above
Answer Posted / lakshmanaraj bg
unit testing is the first test in software testing process.
In Unit Testing, Different modules are tested, against the specifications produced during design for the modules.
Unit Testing is the first level of dynamic testing and is first the responsibility of the developers and then of the testers.
Unit testing is performed after the expected test results are met or differences are explainable/acceptable.
In UNIT TESTING, we have to do the following checks
1. Field level checks.
2. Field level validation
3. User Interface check
4. Functionality check.
1. Field Level Checks:
In Field Level checks, we have to do 7 types of checks.
1. Null characters.
2. Unique characters.
3. Length
4. Number
5. Date
6. Negative values
7. Default values.
2. Field Level Validation:
Here we have to check
1. Date range check.
2. Boundary value check.
In date range check, we have to check whether the application is accepting greater than the system date or not.
In boundary value check we have to check a particular field with stand in the boundaries.
3. User interface Check:
In User Interface check, we have to check
1. Short cut keys
2. Help check
3. Tab movement check
4. Arrow key check
5. Message box check.
6. Readability of controls
7. Tool tip validations
8. Consistency with the user interface across the product.
4. Functionality checks:
Here we have to check
1. Screen functionality.
2. Functionality of buttons, computation, automatic generated results.
3. Field dependencies.
4. Functionality of buttons.
In functionality check, we have to check, whether we are able to ADD or MODIFY or DELETE or VIEW and SAVE and EXIT and other main functions in a screen.
Here we are checking whether Combo box drop down menu is coming or not.
While clicking 'save' button after entering details, checking whether it is saving or not.
While clicking 'Exit' Button should close the current window.
Automatic result generation like, for e.g. When entering date of birth, system.
Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What are the main key components in web applications?
Hi,Please can any one tell me about SAP Testing concepts.
What is srs and brs document?
Write all combinations of test cases for calculater on + symbel
What is the term ‘quality’ mean when testing?
I have 6 months experience as project tarine and one and a half year experience as software engineer.Should i write taht my total experience id 2 years.
Hi All I want discuss abt Testing tools is any one available online in google chat?
list of methods that is used to document the requirements of a software.
Why is it impossible to test a program completely?
A form has four mandatory fields to be entered before you submit. How many numbers of test cases are required to verify this? And what are they?
hi... guys can any one pls help me out.... I m civil engg graduate i want to come into s/w field... i have decided to do manual testing course. i know its not sufficient.. which r the other coures shall i do with this.. suggest me good atomation tool and SAP courses... thanks in advance.. i wil be thankfull to u all
what is the most critical bug u have to find in ur project.My application is ERP based,in this purchase module is there.plz tell me the answer?
what should be tested when credit card is used as payment option in ecommerce project?can anyone tell me in detail what to test n how to test when credit card is involved in web application?
what is API 2.0?
What will be the testcase for a uniquely generated number in the application?? i mean to say is, how will i conform the application is generating a unique value.... please do answer...