what a tester test in unit testing,,, explan in details...
Answers were Sorted based on User's Feedback
Answer / giridhar
unit testing: test the code snippets,loops,braches,syntaxes.
Is This Answer Correct ? | 2 Yes | 0 No |
Answer / vijay
Testing of Code that pertains to the design doc which
covers the correspoinding snippet. In Unint testing the
tester will perform:
Statement coverage.
Decision coverage (Or braching coverage).
Boundry anlysis.
Mainly the code coverage which involves multiple reviews of
the code prior to the UT.
Correct me if am worng.
Is This Answer Correct ? | 0 Yes | 0 No |
Answer / akanksha
In unit testing a tester should cover the functionality of
the application, look and feel of GUI should be applied
correctly. You can check the contents of GUI aswell
alignment of text, grammer of text on screen, etc etc
Is This Answer Correct ? | 1 Yes | 2 No |
What is benchmark testing? hi friends... can anyone suggest the correct answer plz...
Hai, Can anybody tell me what is test scenarios and how to write test scenarios, pls give me one example.
Which are different types of review ?
If you are not able to reproduce one defect then what will be the status of that defect in your defect tracking tool?
As a real time emloyee how can we define (i)Measure (ii)measurement (iii)Metric and (iv)Indicator---- ----- plz don't mention the Text book defenation... thnx in advns
Condition testing is a control structure testing technique where the criteria used to design test cases is that they Option 1 Rely on basis path testing Option 2 Exercise the logical conditions in a program module Option 3 Select test paths based on the locations and uses of variables Option 4 Focus on testing the validity of loop constructs
Tell me about the worst boss you've ever had.
what is the chronological order in software testing
when we will give testdata while writing testcases r during executing testcases for both positive and negative cases we give testdata
How to Trace a Defect?
How can you test an application after production and deployed in to the clients system by connecting to the (Client's)server which is located somewhere in the US. I mean how can you connect and test when it is at maintenance
what is database testing?