shankar


{ City } pune
< Country > india
* Profession * software test engineer
User No # 4329
Total Questions Posted # 0
Total Answers Posted # 25

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

Users Marked my Answers as Correct # 241
Users Marked my Answers as Wrong # 63
Answers / { shankar }

Question { CybAge, 10635 }

Can Someone tell me scenario in testing having low severity
and high priority and vice versa


Answer

Severity: defines the importance of defect w.r.t.
functional point of view.
Priority: defines the importance of defect w.r.t. customer
point of view. i.e. how soon it should be fixed.

Just look into the following example:

In a login window, the company Logo is missed. Functional
point of view it is a Low sererity. But client point of
view it is high priority.

Is This Answer Correct ?    12 Yes 0 No

Question { 5903 }

What is defect life cyce?


Answer

When a tester finds a defect in application, He will send
the defect report to the PL with the status as NEW. He will
check the bug whether it was bug or not. If it was a bug
then he will change the defect status as OPEN and send the
same to the corresponding developer to fix. If it was not a
bug, he may change the status as NOT A BUG, NEED MORE INFO,
CAN'T REPROD. Once it was opened, The corresponding
Developer fix the defect and send the defect report to the
Tester with status as FIXED and release the modified build.
Tester will perform Retest and Regression testing on the
modified build and he will change the status as FIX-
VERIFIED and send the same to the Test Lead. Test Lead will
CLOSE the defect.

Is This Answer Correct ?    1 Yes 0 No


Question { 6282 }

Difference b/w test case and scenarios.


Answer

Test Scenario: Identifying the all possible areas to be
tested (What)

Test Case: describes an input action and expected result to
ensure that a certain feature works correctly as per the
specifications.

Is This Answer Correct ?    4 Yes 1 No

Question { IBM, 18326 }

there are 100 test cases. and u got a bug at 85th test
cases. u reported it to dev and dev fixed that bug. when u
r doing regression testing from whic test case u'll do
tetsing?? will start from 85 th test case are u'll execute
100 test cases??


Answer

we will perform retest on the modified build by executing
85th test case.

Also we will select some related test cases which may
affect the modified area and perform regression testing.

Is This Answer Correct ?    1 Yes 1 No

Question { CTS, 30437 }

how can i fetch the records of 3 tables with a single select
query,without using join.


Answer

Assume: T1, T2, T3 are 3 tables.

select t1.*, t2.*, t3.* from t1, t2, t3

Let me know if i was wrong.

Is This Answer Correct ?    10 Yes 17 No

Question { 7449 }

on what basis low,medium,high,critical will be assigned to a
bug.give m examples


Answer

Severity defines the seriousness of the defect w.r.t.
application.
Critical: A major functionality is failed. Testing can't
continue. Eg: After entering Username and Password, Submit
button is in disabled mode.
High: A major issue in functionality is not working. But
testing can continue. Eg: After clicking submit button, the
corresponding login page is not displayed.
Medium: A major issue that imposes some loss of
functionality.
Low: Usability & UI issues.

Is This Answer Correct ?    3 Yes 0 No

Question { 3511 }

actuall wat my doubt is:while doin regression testin we
enter all +ve & -ve data....system has to accept +ve and
reject -ve data.in such case we get a popup window sayin
that wrong entry...now i wan to overcome this popup
window..how do i go further....plz explain.i tried thru
rec.scenario but of no use.


Answer

please use if condition like as follows:

if window(" ").Dialog(" ").Exists
Then window(" ").Dialog(" ").Close

(Script is not confidential. u just try it by using Step
Generator)

Is This Answer Correct ?    0 Yes 0 No

Question { Infosys, 85459 }

what is v.s.s. ?when it is used?


Answer

VSS is a Configuration Management tool. It is used through
out the life cycle. The purpose of this tool is identifying
the configurable items in the project. Keep those in
repository and maintain version controlling.

Is This Answer Correct ?    147 Yes 28 No

Question { 4548 }

what happens in a web application when you enter all the
data and click on submit button suddenly the connection goes
off? where the data will go ?


Answer

If the connection goes off immediately after clicking
submit button, the data will not be entered into the
website. If it takes sometime then the data will be updated
in the website.

Is This Answer Correct ?    1 Yes 5 No

Question { CitiGroup, 7062 }

What are the prototypes are used during the integration
testing ?Explain the stub and the driver in details?Are the
stub and the driver both are used in top-down and the
bottom-up approaches ?


Answer

Stub: Stubs are used instead of sub-modules.

Driver: Drivers are used instead of main-modules.

In top-down approach, stubs are used.
In bottom-up approach, drivers are used.

Is This Answer Correct ?    2 Yes 0 No

Prev    1    [2]