venkatesh


{ City } chennai
< Country > india
* Profession * test engineer
User No # 39005
Total Questions Posted # 3
Total Answers Posted # 10

Total Answers Posted for My Questions # 11
Total Views for My Questions # 36849

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

1) What is the diff Between GetRoproprty and Gettoproperty? 2)What is Redim?

STC,

5 QTP 9578

1)Difference Between Value & RawValue?

Wipro, Zensar,

2 QTP 19385

1)What is the Difference Between WaitTo & Sync?

Wipro,

4 QTP 7886




Answers / { venkatesh }

Question { 7465 }

How to call a function in QTP?


Answer

File-> Settings->Resources This is thecpath for calling
function in qtp

Is This Answer Correct ?    0 Yes 2 No

Question { Polaris, 8360 }

What is the Maximum syncronization timeout in seconds in
QTP 9.5


Answer

Default value for object synchronization time out is 20 sec.
but it is not the maximum time.

in QTP 9.2 Upto 6 Digits it will take

Is This Answer Correct ?    1 Yes 0 No


Question { Polaris, 8443 }

what is the script to select 2 or more than 2 options from
a listbox.


Answer

Browser().Page.().weblist().Select " "
Browser().Page.().weblist().Extendselect " "

by using extend method we can select ata time two name sin
list box

Is This Answer Correct ?    14 Yes 0 No

Question { Polaris, 9094 }

what are the environment variables,how do you use them.
give an example.


Answer

Environment variables are two types
1) Built in
2)User Defined

User Defined also two types
1)User Defined Internal
2)User Defined Internal

Is This Answer Correct ?    0 Yes 3 No

Question { 3674 }

How t o create Libreary files on QTP


Answer

first we create notepad give extension as .vbs and write
code in vb language.

Is This Answer Correct ?    0 Yes 0 No

Question { Polaris, 13248 }

IF there are seven browsers with same name open. I want to
close one particular browser thru QTP. how can i do this?


Answer

By Using Creation Time we will close particular browser. if
u open 7 browsers with same name but creation times r
different.

Ex:: browser("CreationTime:=7").close. if u want close 1
browser u can give no 1 ,

Is This Answer Correct ?    18 Yes 6 No

Question { 9792 }

In Login two edit box which object class property value is
same, How to enter into 2nd edit box in qtp by vbscript.


Answer

By creation Time

Is This Answer Correct ?    0 Yes 6 No

Question { Verizon, 10329 }

in qtp how i can retrive from a browser how many links are
there.means total no of links used in a browser


Answer

links=Browser().page().getroproperty("number of links")

msgbox links

Is This Answer Correct ?    2 Yes 1 No

Question { Wipro, 6778 }

Write a command for setvalue function in a webedit


Answer

Browser().page().frame().webedit().settoproperty " "

Is This Answer Correct ?    1 Yes 1 No

Question { Accenture, 3355 }

what are the different kinds of frameworks in automation?


Answer

Hi,

1) Hybrid Frame work
2)KeyWord Driven Frame work
3) Data Driven Frame work
4)Modular Frame work
5) Linear Frame work

Is This Answer Correct ?    5 Yes 0 No