How do we perform critical section first (Integration
testing) at specification requirement stage of SDLC?
I suppose this is incorrect question as integration testing
can be initiated when:
* The relavant individual code modules have been
designed.please correct me if i am wrong
Answer / arun aggarwal
look first we choose some techniques according to srs that
is the wrk of pm which technique he/she will choose
second as concerned with the integrating testing ,when
module is integrated with one another module u will be test
whetehr it fuctionally work properly or any other testing ,
its means example google email section ; login is a module
what u will be check in that whetehr it is accepting the
name and password and matching with the database , u will
not have other module means where it show the email , then u
have only checked that , after interation that module u will
check what is viewable to the user . next module compose ,
have to check that is working properly or not after
intergartion of otehr module its works or not , in real
enviorment u will not know whether it is module or set of
module its is design in such a way whole will be work as a
system
| Is This Answer Correct ? | 0 Yes | 0 No |
How to test the below code and write test case? Prove that this code is wrong? int add(int a ,int b) {return a+b; }
What do you do (with the project staff) when the schedule fails?
What is Software Testing? Objectives of Testing?
Which design document supports to choose test data and how to select test data ranges ?
give some good bugs that u have found ?
Can you explain function points?
To test a application what is required is functional specfication or busniess requirment ?
If we report a bug to the test lead. What is the responsibility of the Test Lead? Why we report a bug to the test lead???
what is test design techniques ?
I have 2 years of exp. in testing and looking for a change if any body knows, about any vacancy in testing then plz contact me on deepti_ac@yahoo.co.in
4. A software error can be described as: a. A description of the relationship between two or more variables or set members in which the value of one does not influence the values of others. b. Any ill-advised, substandard, or temporary fix applied to an urgent problem in the (often misguided) belief that doing so will keep a project moving forward. c. The process in which developers determine the root cause of a bug and identify possible fixes. d. A mismatch between the program and its specification. 5. Select a reason that does not agree with the fact that complete testing is impossible: a. The domain of possible inputs is too large to test. b. Limited financial resources. c. There are too many possible paths through the program to test. d. The user interface issues (and thus the design issues) are too complex to completely test.
what is the difference between bug and defect? what is the definition of bug? what is the definition of defect?