venkateswararao.p


{ City } hyderabad
< Country > india
* Profession * test engineer
User No # 4385
Total Questions Posted # 3
Total Answers Posted # 43

Total Answers Posted for My Questions # 22
Total Views for My Questions # 33020

Users Marked my Answers as Correct # 178
Users Marked my Answers as Wrong # 139
Answers / { venkateswararao.p }

Question { Wipro, 45733 }

I want to display the employees who have joined in last two
months. (It should be executed randomly means If I execute
the query in March it should display Jan and Feb joined
employees. Same query if i execute in Feb, 2007 it should
display dec, 2006 and jan 2007 joined employees.


Answer

select *from emp where floor(months_between
(sysdate,hiredate))=2;

Is This Answer Correct ?    6 Yes 5 No

Question { EDS, 15609 }

What is verification and Validation?


Answer

verification is nothing but review and meeting to evaluate
document,plan,code,requirement and specification.this can
be done by using checklist,issue list,walkthrough and
inspection meeting.
validation typically involves actual testing takesplace
after verificatuion process completed.

Is This Answer Correct ?    1 Yes 0 No


Question { Cisco, 12544 }

What is a Recovery Testing


Answer

how well the system recovers the data from abnormal
situations and system crashes

Is This Answer Correct ?    4 Yes 1 No

Question { 4587 }

Name three reasons why the tester may choose to record in
Analog mode.


Answer

in analog mode winrunner identify the object by using mouse
movements in the sceen.

1)suppose we want exact screen co-ordinates

2)suppose our application is related to drawing,cad we
prefer analog recirding.

Is This Answer Correct ?    1 Yes 0 No

Question { Wipro, 10792 }

what is the use of _set_window in winrunner?


Answer

TO SETS THE WINDOW IN ACTIVE POSITION i.e TO SETS THE
WONDOW IN DESKTOP.

Is This Answer Correct ?    0 Yes 0 No

Question { NCR, 9665 }

what is the difference between web application and client
server application testing ?


Answer

client server application is 2-tier architecture.means
the client is connected to server through DNS.

web application is 3-tier architecture .means the
client is connected to web server through TCP/IP ,then web
server is connected to database server.

Is This Answer Correct ?    8 Yes 0 No

Question { 4985 }

how to test Browswer Compatability Testing ?


Answer

by testing the application with diiferent sets of browsers,
through which browser the application giving best
performance. we have to analyse the things.in this way we
can test the browser compatibility. then we can decide the
compatible browser.

Is This Answer Correct ?    2 Yes 2 No

Question { 27658 }

What is diff b/n TRM(Test Responsibility Matrix) and RTM
(requirement Tracebility matrix) or both are same??


Answer

test responsibility matrix:
it is the mapping between testing types and
developments stages. at what stage what type of testing
occurs.


requirement tracebility matrix:
this is just like a check list, this is
mainly used for revewing the test case document, to check
that the test cases covered all the functionalities or not.


if i am wrong please send the correct answer.

Is This Answer Correct ?    18 Yes 4 No

Question { Cap Gemini, 10511 }

trecebality matrix used for which purpose?


Answer

tracebility matrix is used to review the test case i.e to
check that our testcase covers maximum functionality and
not to miss any thing of the application.

Is This Answer Correct ?    4 Yes 0 No

Question { ITC Infotech, 23272 }

what is memory leakage?


Answer

leakage of data while we execeting the application in
prolong way, due to ineffective memory management.

Is This Answer Correct ?    2 Yes 6 No

Question { 17573 }

What if there isn't enough time for thorough testing?


Answer

in this type of situation we test the application's main
functionality which is most important in business point of
view.

we concentrate on the the application where the defects
found in previous similar application.

Is This Answer Correct ?    2 Yes 0 No

Question { 19402 }

What is meant by TRM in Testing?


Answer

it is the mapping between the development stages and
testing types. at what stage what type of testing occurs.

Is This Answer Correct ?    1 Yes 3 No

Question { 10676 }

What is the extension for Recovery scenario?


Answer

.qrs is the extension, qrs stands for quicktest recovery
scenarion.

Is This Answer Correct ?    10 Yes 0 No

Prev    1   2    [3]