ramakrishna


{ City } pune
< Country > india
* Profession * testengineer
User No # 7773
Total Questions Posted # 0
Total Answers Posted # 9

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

Users Marked my Answers as Correct # 50
Users Marked my Answers as Wrong # 33
Questions / { ramakrishna }
Questions Answers Category Views Company eMail




Answers / { ramakrishna }

Question { AppLabs, 49956 }

What is Risk Mitigation and who will involve in Risk
mitigation plan?


Answer

Risk: The problem which can be identify in advance.

Mitigation: Mitigation is nothing but solution for that risk

Example:There some resources in leave(it is risk)
Need to take backup the resources(it is mitigation)

Is This Answer Correct ?    0 Yes 0 No

Question { IBM, 158089 }

how to find nth highest salary


Answer

select * from tablename.aliasname where nth=select
count(sal) from tablename where aliasname.sal<=sal

Is This Answer Correct ?    38 Yes 26 No


Question { IBM, 18254 }

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

First of all, the tester have to execute that failed test case
whether that fixed issue is working fine as per the test
case or not. if it is working fine, then the tester have to
analyze that bug where it is until impacted before and after
test cases(Example: the bug was impacted till 70th test case,
then tester can start execution from 70th testcases)
this process is known as impact analysis.

if i am wrong, please correct me

Is This Answer Correct ?    1 Yes 0 No

Question { MBT, 18300 }

why ur Looking for Change?(In P.M)


Answer

Hi ChandraSekar,

Thanks for posting answer.
Obviously you posted wrong answer. by looking into above
your frineds comments right!

So, when your posting the answer try to give similar answer
for question and also check spell errors....,

Guys, Who gave comments...
Guys, we don't know wheather he knows answer right, what he
know's , he posted answer. we have to appiciate him because
some people are there they know answer but they will not
post answer. comparing this guys(who are not post the
answer) chandrasekar is better some what

if any one hurt for my comments

Am Sorry

Is This Answer Correct ?    0 Yes 0 No

Question { 8750 }

What are stubs and drivers?


Answer

while integrating in top down approach any compulsory module
are missed replaced with temporary programmes known as stubs

Is This Answer Correct ?    5 Yes 1 No

Question { Medi Assist, 65646 }

write the query for find the top 2 highest salary in sql
server


Answer

select * from emp e where 2=(select count(sal) from emp
where e.sal<=sal)

Is This Answer Correct ?    6 Yes 6 No

Question { Cap Gemini, 9259 }

what is functionality testing?


Answer

In functionality testing the tester will test end to end
functionalities to ensure that whether all funtionalities
are working fine or not

Eg: input domain coverage, Gui Coverage , Error Handling

Is This Answer Correct ?    0 Yes 0 No

Question { CTS, 8956 }

Hi,
this is sekhar yadav,

who is given the seviarity and who is given the priarity


Answer

Severity shows that effect of the functionality.
Priority tells about how it is effecting of the
functionality with respect to customers.

Is This Answer Correct ?    0 Yes 0 No

Question { Synergy, 9636 }

hi frinds ,,what is the difference between QA & QC , i need
only real time definations ,pls pls


Answer

QA:Quality Assurance involves entire software development
process it focus on individual, whether they are following
process from starting to end and also guide the people to
the follow the process and standards

QC:Quality Control will focus on defects to be clear in
order to improve quality product.

Is This Answer Correct ?    0 Yes 0 No