sudhansu sekhar panda


{ City } bhubaneswar
< Country > india
* Profession * software engineer
User No # 88599
Total Questions Posted # 0
Total Answers Posted # 2

Total Answers Posted for My Questions # 0
Total Views for My Questions # 0

Users Marked my Answers as Correct # 6
Users Marked my Answers as Wrong # 0
Questions / { sudhansu sekhar panda }
Questions Answers Category Views Company eMail




Answers / { sudhansu sekhar panda }

Question { 3720 }

when we need testing


Answer

According to me we need software testing because of the
following reasons

1) We all can do mistake which leads to deffect and which
leads to failure of the produt

2)In order to avoid the inconsistent between the functional
requirements as well as the actual requirements(i.e
verification against the requirements).

3)S/w testing is a method to identify the
errors/deffects/bugs/issues/flaws inside a product

4)S/W testing is a way which helps to improve the quality.I
found 10000000 bugs once and the developers
chose to fix none of them. So how much did the
quality improve?
- I once worked with developers who introduced 2
bugs for every bug they were trying to fix. I reported
100 bugs, how much did the quality improve?

Thanks
Sudhansu

Is This Answer Correct ?    0 Yes 0 No

Question { Cognizant, 5917 }

i m a fresher working in healthcare industry. here we hve
no tool for testing. how i ll do manual testing?plz suggest
anyone me urgently... i knw to write test case bt i dont
knw where to write n how to execute it manually


Answer

Hi,

Generally a tester writes test cases in Excel sheet.
Test case generally consistf of
1)Testcase Id
2)Section
3)Title
4)Description
5)Expected Result(which client actually wants)
6)Actual result(which the system returns after executing the
test case)
7)Priority
8)Severity
9)Name of the tester(optional)
10)Pass /Fail

and there are so many attributes required....

How To Execute The Test case?

There is no generic way to execute a test case. It may be
priority basis or test case id wise

Executing a test case is nothing but the reading what is
written in the test case description and implement in the
application.
After executing the test case if the Actual result is match
with the Expected result,then we can say that the test case
passed.otherwise the testcase failed.


Thanks
Sudhansu

Is This Answer Correct ?    6 Yes 0 No