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


Please Help Members By Posting Answers For Below Questions

In Quality Center, If we can reuse a non reusable test script as template test, then what is the need of defining reusable test scripts? What additional functionality does Reusable test scripts add when compared to non reusable test scripts?

2546


Hi.....wat r d major bugs we can find in banking domain???

1975


plz send the test scenarios and test cases for "user name should contain 4 to 8 chars and they should have only vowels"

1725


Scenario-based testing Option 1 concentrates on actor and software interaction Option 2 misses errors in specifications Option 3 misses errors in subsystem interactions Option 4 Both 1 abd 2

3028


What is coverage and what are the different types of coverage techniques?

638






Please explain me v-model clearly i want to know how it works and want to know how it use in real time on a project please tell me its urgent and important for me understand .Please tell me my mail id is Chiku_69@yahoo.in Thank u

2141


Write notes on apparel testing equipments.

762


Can you explian $ pillar of Agile

817


Need to know about Quality Center in brief

1465


Can you explain the pdca cycle and where testing fits in?

767


Diffrernce between client server testing and web server testing.

1731


can any one explain me briefly erp pharma project including all modules,like how to tell this project in interview in terms of s/w testing

1650


i want to for technical interview question paper along with in tesrviwe Phases i need

1481


What will be your approach if a particular script in Load Test fails?

1765


You have a testing team of 10 members, and now you have to reduce it by 5 member and you dont want to increase risk in your product, you are try to cover all functionality to test. What test Strategy you follow.

2121