murali


{ City }
< Country > india
* Profession *
User No # 20511
Total Questions Posted # 0
Total Answers Posted # 12

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

Users Marked my Answers as Correct # 52
Users Marked my Answers as Wrong # 14
Questions / { murali }
Questions Answers Category Views Company eMail




Answers / { murali }

Question { Siemens, 18028 }

What is the difference between debugging and manual testing?


Answer

from testing side....
Debugging means check the out-print on interface console to
identify the exact error & can report the exact defect the
the actual execution of code

Manual testing means without knowledge on coding doing only
functionality testing, reporting the defect also w.r.t.
front-end

Is This Answer Correct ?    1 Yes 1 No

Question { Allianz, 8785 }

Could you tell me two things you did in your previous
assignment (QA/Testing related hopefully) that you are
proud of?


Answer

you can tell, if you faced situation like.....

when you found the defect in gold regression testing, but
the defect was serious and can found in initial testing
level(No time to fix and release the software normally).
At the same time you provided simple solution to fix that
defect and its helpful to release the software on time

Is This Answer Correct ?    1 Yes 7 No


Question { BeBo Technologies, 16997 }

What is Deffered? explain it who allocate it?


Answer

Deffered means, when we reported a bug to particular
developer, due to the lack of time he may deffered to next
release / for some time, when that particular defect not
related to any other functionality.

Deffered means its not low priority bug as someone mentioned,
it can be high priority defect also.
If its hight priority they have to release within 4 or 8
working hours after deployed the build otherwise they can
delay upto next release

Is This Answer Correct ?    3 Yes 0 No

Question { IBM, 18742 }

What is a good requirement and bad Requirement


Answer

Which is Freezable,Consistent and clear without any
ambiguity, its good requirement and which is changing
frequently is a bad
requirement.

Is This Answer Correct ?    0 Yes 1 No

Question { InterGraph, 9695 }

How many Test Cases do we need to write for a particular
application?(For example, for this AllInterview.com?)


Answer

before test case / test condition you need to prepare Test
Scenario. This scenario will be come based on requirements.

The test scenario can have more than 20 test cases also
(functional + Positive + Negative)


--Tell me if I wrong...

Is This Answer Correct ?    0 Yes 0 No

Question { Hexaware, 8804 }

i have completed software testing.Can anyone send sample and
simple srs document for writing test cases.


Answer

Hi Priya,
SRS means nothing, but what you required to complete /
prepare something required some necessary things....this
type of document called as SRS.
for e.g. Company ABC provides insurance for students...for
this SRS like: insurance policy conditions in depth
(eligibility, limitations, etc.) some mandatory fields.

Based on those conditions you have to prepare test cases.

Is This Answer Correct ?    9 Yes 0 No

Question { Satyam, 10639 }

Give one example for both QC and QA


Answer

QA involves the entire the project and processes evaluation
QC one of the part of the QA related to particular module or
task to find the defects

Is This Answer Correct ?    2 Yes 0 No

Question { Accenture, 27400 }

how to write test cases for "Browse" button.


Answer

I agree with Babitha's answer, but want to add some more...

Look size,font ,color of button.
spelling on button.
click and control.i.e once u click on the button the dialog
box/screen should come immediately.
Browse button should disable once opend the dialog box &
once action completed or closed the dialog box the "Browse"
button should enable
browse button is displaying in all necessary places.
it should not displaying in unneccasary places.

Is This Answer Correct ?    11 Yes 4 No

Question { IBM, 4870 }

tell testcase where it is taken and tell the title of the
testcase? pls any answer the question?


Answer

We can derive the test case (Action, Excepted Result) from
"SRS / Designing documents / Use Cases at the same time we
are identifying title of the test case based on scenario.

Is This Answer Correct ?    8 Yes 0 No

Question { 3827 }

what assistance would you expect from your supervisors in
organing your work?


Answer

Cooperation while facing the problem to perform my task
Technical help while getting the technical problems
Provide / arrange the help on domain wise training or
explanation when required.

Is This Answer Correct ?    6 Yes 0 No

Question { 5054 }

what is the Quality and Value that you are going to add to
your company


Answer

Indirectly increasing the company revenue & value of an
organization, When the bug free software released to client -
got the customer satisfaction.

Is This Answer Correct ?    1 Yes 0 No

Question { 6739 }

1) In your own words please explain the probable test
cases and scenarios for the authentication or login process
flow for web based applications like
a. www.gmail.com
b. www.facebook.com
c. Secure internet banking (ICICIBANK.com etc)


Answer

Test Scenario: Login Page

Test Cases: (some major test cases are)
1. Check the both test boxes and "Login" push button are in
enable position or not
2. Enter the correct username & pass click on Login button
(to confirm positive flow)
3. Dont enter any value - directly click on Login button
4. Enter only user name & click on Login
5. Enter only password & click on Login
etc.

Is This Answer Correct ?    10 Yes 1 No