How to scroll down a page while recording in qtp.
suggest me any method apart from low level recording.
No Answer is Posted For this Question
Be the First to Post Answer
i need to sort the data using qtp script for this how i need to write a qtp script
How to Pass Multiple values in functions by using vb script? Function value(arg1,arg2) N1=arg1+arg2 N2=arg1-agr2 N3=arg1*agr2 N4=arg1/arg2 Value= How to pass ? End Function
What are the different types of operators and their order of precedence?
I want good books or good sites for scripting.Can any one help me.
how do you make the variable declaration mandatory?what is the use of "option explicit"?
What is byref and byval parameters in vbscript?
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("<<The data retrieved from data base >>") I have taken a for loop and changed the cells values (1 as i and another 1 as j) But still I am not able to get Plz kindly tell me know this . It is very urgent
how to write a vb script in QTP for yahoo registration form, i want to check the performance also like performance test, stress, load test like that.
Mention how to access array data?
How to write Descriptive programming in .VBS file i wrote this code but it is giving error.. Dim qtApp set qtApp=createobject("QuickTest.Application") qtApp.Launch qtApp.Visible=True Set objIE = CreateObject("InternetExplorer.Application") objIE.visible = True objIE.Navigate "www.gmail.com" browser("title:=gmail").title("title:=gmail")
What is the use of the recordset object and which statement is used to create such an object?
Give examples where vb script can directly run on users system with windows as os?