How to write a general script which should does the
following
a). If a page object is given, it should identify the page
object of the corresponding page(site).
b). It should identify all the links of that particular
page.
in QTP tool?
Answer Posted / isha menon
I dont know the rite answer for this question,. But this
question will be very much useful to know more about the
main testing tool QTP,.
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
i am having some basic knowledge in c and VB 6.0. i qtp i want to know how to write the codings. by recording it is generating lot of codings. for example i want to test the text box. senerio is text box should not accept alphabets if it accept alphabets we should return fail status if it get number we should return pass status. how to write coding in vb script please help me
Mention what is byref and byval parameters in vbscript?
What is byref and byval parameters in vbscript?
What is the use of the instr function?
What is variant in vb script?
What is the purpose of on error resume next statement?
What is the difference between VBScript and JavaScript?
Explain about constants in vb script?
what is the differance between BYVAL,BYREF?
How regexp.execute method works?
How to write functions and sub in vb script?
Explain vbscript in detail?
What is select case statement?
I need to get some data from data base and store this
(retrieved) data in a excel sheet using VB script in QTP9.0
I have created connection for data base
I have created as excels sheet by using
Set XL=CreateObject("Excel.Application")
XLworksheet.cells(1,1).value= rs.fields.item("<
Mention what if you do not specify anything when you call a procedure?