srinivas


{ City } kanigiri
< Country > india
* Profession * ate
User No # 37918
Total Questions Posted # 0
Total Answers Posted # 10

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

Users Marked my Answers as Correct # 38
Users Marked my Answers as Wrong # 9
Questions / { srinivas }
Questions Answers Category Views Company eMail




Answers / { srinivas }

Question { BirlaSoft, 24090 }

How to Import data from a ".xls" file to Data table during
Runtime.


Answer

Dim Shet1' Add a new sheet
Data table.Addsheet "shet1"
'datatable.importsheet "file name","Source
sheet","destination sheet"
datatable.importsheet "file name","sheet 1","shet1"
'now we can check the run time data table

Is This Answer Correct ?    0 Yes 1 No

Question { TCS, 28218 }

Explain QTP Testing process ?


Answer

1. prepare to record
2. record and run session on your application
3. Enhance the test script
4. Debuging the test script
5. Execution the test script
6. Analise the test result
7. Send the report to the client

Is This Answer Correct ?    5 Yes 3 No


Question { GE, 17604 }

Tell about automation object model(Aom) in qtp?


Answer

Aom is the automate the qtp,Functions,Libraries,and Object Repositories.ini..etc now i am writting aom script Launch QTP,Minimized qtp,maximized qtp, and close the qtp
dim qtapp
set qtapp=createobject("QuickTest.Application")
qtapp.launch
qtapp.visible=True
qtapp.windowstate="minimized"
qtapp.windowstate="maximized"
qtapp.windowstate="minimized"
qtapp.windowstate="maximized"
qtapp.quit
write that script on notepad and save .vbs file u can click that script automate qtp and close the qtp

Is This Answer Correct ?    0 Yes 1 No

Question { 11820 }

Difference between image checkpoint and bitmap checkpoint


Answer

Bitmap Check Point Image check Point
1)in this check point we can check the screen area value of
the application, and we check the tolerance , pixel …etc We
check this check point we check source o f the image
2)It is applicable only for windows based application It is
applicable only for web based application


Notr:-If I am wrong pls send a mail to me my mail id is
Vasuth2008@gmail.com

Is This Answer Correct ?    1 Yes 0 No

Question { 9491 }

Hello Everybody,

Can anyone tell me that in QTP how to count the number of
webelements from the object repository.
Please provide the code.

Thanks in advance,
Gaytri


Answer

Hi Seeths

Gayathri is asking to you count of webelement using object
repositary, but u had given aswer is using Descriptive
programing, I think that is ans is wrong

pls let me know if any issues
my mail id is : vasuth2008@gmail.com

Is This Answer Correct ?    0 Yes 0 No

Question { 7825 }

Can objects recognised without repository?


Answer

yes we can useing descriptive programing

Is This Answer Correct ?    2 Yes 0 No

Question { 3916 }

Hi everybody, Can anybody tell me that how the QTP
frameworks are implemented . I wanted to know with examples
. Thanks in advance


Answer

Frame work is an independent of the application. All the
store information in the frame.all the data store in frame
work like
My folder structure is
Action templets
data
log
environment variable
library
object repositary
scripts.... all the data store in the particular folder
frame work can be classified into 6 type, these typews

linear frame work
action or modular frame work
data driven frame work
hydrid frame work
keyword driven frame work
library frame work

Is This Answer Correct ?    0 Yes 0 No

Question { 5770 }

Which version of QTP is using by companies nowadays?


Answer

10

Is This Answer Correct ?    2 Yes 0 No

Question { 4789 }

How do function returns a value?How can we pass one function
value to other function as input


Answer

Hi
I think this question Answer is we can use recall function
for example
function adds(a,b,c)
c=a+b
endfunction
msgbox c
Here a=10
b=20
function multi(c,d,e)
e=c*d
msgbox d
endfunction
here d=52
If i am wrong pls send a mail to me my mail id is
vasuth2008@gmail.com

Is This Answer Correct ?    1 Yes 2 No

Question { IBM, 15023 }

How to find the OS name by using QTP script?


Answer

environment.value("OS")

Is This Answer Correct ?    27 Yes 2 No