Hi Naresh,
Static analysis means, just go through the code without
creating any executable or binaries. Just c the code and
finding defects is static analysis. Even it is with
intention of finding the 'errors' in program or check for
the defects, it is not the testing we conduct.
My option goes for Unit Testing only, because this the
first test we conduct for any product/project. All prior to
dynamic testing are QA related activities.
correct me if i am wrong.
Yes uday ur correct,Unit testing is the first test in
testing process,though it is done by developers after the
completion of coding it is correct one.
I go with unit testing ,If we see in testing process ,first
come up with unit testing, ofcourse itis done by
developer ,to see where th application is stable to
test ,from his side
Yes
Static testing Means
Testing the application without Test Execution.
1.Review
2.Walk through
3.Inspection
4.Code Review
So I will go with
1.Unit testing (Developer)
2.Static Testing
3.Monkey Testing(Adhoc Testing)
First test in Software Testing Process will be obviously the
Unit Testing. Monkey testing will be done by the tester and
not by the developers. Before the module tested by a tester
unit testing process will be completed by the developers and
then only the module undergone for further testing by the
testers.
I think Question is not explaining what exactly wants.
Senario(1)if this question refers to SDLC then its answer
will be Static Testing is Right
Senerio(2) if this question refers to STLC means Software
Testing Life Cycle and testing Done bye the Tester then
Answer for this question will be the
Unit Testing
it is unit testing ,it was conducted by developers in a
single module, after completion of the single module they
wont give to the testers,they will check first their code
is right or not,ie wt ever code developed by the developers
chect it correct r not ..
in this we check
basis path testing
operation testing
hi im new to testing... i got confused with this
answer.could anyone give the correct answer for me.... and
plzzz explain the reason too...
thank you..
As per my knowledge static analysis is first step.Developer
perform unit testing after development of indivitual
component before this in many companies testing is carried
out for requirements &design documents.for this testing of
SRS,design document & code we can carry out static analysis.
When the 1st time I will log into the application it will
ask to change the passward.After 30 dayz the passward will
expire and the application is unaccesible.U cant alter the
server time....
How will u test it??
"Why are you looking for a change?". This is the common
question that is asked in any interview. Can anyone tell me
wat kind of answer would impress the interviewer.
user A done some changes for a portion of test case doc.
And user B also done some changes to same portion. If user-A
checks in his file first then user-B. Then what is the state
of that file?