venkatesh


{ City }
< Country > india
* Profession *
User No # 38859
Total Questions Posted # 2
Total Answers Posted # 14

Total Answers Posted for My Questions # 19
Total Views for My Questions # 23152

Users Marked my Answers as Correct # 46
Users Marked my Answers as Wrong # 22
Questions / { venkatesh }
Questions Answers Category Views Company eMail

wt r the types of testings r belongs to black box testing, wt r the types of testings r belongs to white box testing and wt r the types of testing r belongs to both.

4 Manual Testing 6470

wt is the diff. bet. verification and validation If possible explain with one example.

Syntel,

15 Manual Testing 16682




Answers / { venkatesh }

Question { 26247 }

How many ways we can parameterize data in QTP ?


Answer

We can parameterize in 3 types .they are
1.Through Methods
2.Through Physical Description
3.Through CheckPoin

Is This Answer Correct ?    1 Yes 5 No

Question { 8004 }

May i know now-a-days most of the companies are following
which model?


Answer

It depends on the projects and company also

Is This Answer Correct ?    3 Yes 0 No


Question { AZTEC, 7769 }

After releasing of the product to the market, it will be a
failure, Now tell me whether the testing is a)pass b)fail
c) it is partial


Answer

in sdlc phase who misunderstood the customer requirements
,then entire product takes failure.This thing may happen in
analysis phase.
For ur question testing may takes pass,if there is no
ensure of customer requirements

Is This Answer Correct ?    0 Yes 0 No

Question { Mphasis, 26112 }

Who is invented by c?


Answer

question is wrong.

Is This Answer Correct ?    6 Yes 6 No

Question { Syntel, 16682 }

wt is the diff. bet. verification and validation
If possible explain with one example.


Answer

hi keshab
thank you responding
that means verification would be done before validation or
not

Is This Answer Correct ?    1 Yes 0 No

Question { Syntel, 16682 }

wt is the diff. bet. verification and validation
If possible explain with one example.


Answer

Many of them are telling like

Varification - Are we building the product right.
Validation - Are we building the right product.

i know that difference is there .but i could not get
can anybody tell that one.

Is This Answer Correct ?    0 Yes 0 No

Question { Syntel, 16682 }

wt is the diff. bet. verification and validation
If possible explain with one example.


Answer

hi rose

till now i did not prepare "Egg Omelette" ,but what meat say
i got it..you explained in clear way..
Thank you very much

Is This Answer Correct ?    1 Yes 0 No

Question { CTS, 63369 }

What is the difference between 2-Tier architecture and
3-Tier architecture


Answer

Basically 2 tier architecture : This has 2 parts namely
client (front
end) and database (back end).The window application
generally developed in this technology

3 tier architecture :
1 Client-front end (request is given through client)
2.business logic :Middle layer (protocols are used for
processing the request)
3. Database :back end (response is given to the client)
Web applications are good examples for 3 tier architecture
The above answer ,i found in one of the sites.

Is This Answer Correct ?    5 Yes 1 No

Question { 465120 }

i need the licence key for QTP V9.5 can anyone help me on
getting this?


Answer

Hi Arthi,

Can you please send to me also . My mail id is :

ivenkateswarareddy@gmail.com

Is This Answer Correct ?    0 Yes 0 No

Question { 7597 }

how to find string length wihtout using c function?


Answer

char *a="india";
for(i=0;a[i]!='\0';i++);
printf("the length is :%d",i);

Is This Answer Correct ?    10 Yes 1 No

Question { 9287 }

Where can find the sample tcl programs?


Answer

You can get the sample TCL PROGRAMS at the below links

http://ivreddy.com/tcl-interview-questions-and-answers-3/

http://ivreddy.com/tcl-interview-questions-and-answers-2/

http://ivreddy.com/tcl-interview-questions-and-answers-1/

Is This Answer Correct ?    2 Yes 4 No

Question { 12333 }

How to test menu options using qtp


Answer

Thanks for the reply.
I want to check the same ,which u mentioned above.
Cheking the menu options whether they are enable or not.

Is This Answer Correct ?    0 Yes 0 No

Question { Syscon, 16109 }

how to find greatest of n numbers!


Answer

option explicit
dim myarray,max,i
myarray = array( 34,23,45,67,12 )
max=myarray(0)
for i=0 to ubound(myarray)
if max < myarray(i) then
max=myarray(i)
end if
next
msgbox "max number is : "&max

Is This Answer Correct ?    5 Yes 5 No

Question { Stag Computers, 5121 }

a project has to be released in one day but the testing
people got that project from the developers
half of the day before so what they have to do to complete
the testing process.?


Answer

Testers need to check most crucial functionalities of the
application first.
They can do Adhoc Testing means without any test plan or
documentation doing test.

Is This Answer Correct ?    12 Yes 0 No