How to identify column in VSFlexgrid? My VSFlexgrid window
is identified as 'Active X Control'
No Answer is Posted For this Question
Be the First to Post Answer
How to use Text file (Notepad) as ur data source in QTP? Can u please provide some function code for it?
What is the difference between for loop and while loop?
how to acces the remote mechine using vb cript(QTP)
When importing an excel file that has several columns each with different number of rows into QTP's Global datatable, how can you count the number of rows in a particular column?
3 Answers Logica CMG, McGraw Hill,
what is the features of visual basic?
i want to when we will write the scripts either after getting the build or after getting the SRS?
VBscript for QTP,best tutorial?
How will you reverse a string in vbscript?
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")
Explain the .wsf files?
i wrote vbscripit code in notepad i got error i am in learning stage if u ps tell me what wrong in my code my error is "object required descriptive at line one run time error"and my code is "set usernameobj=Descriptive.Create() usernameobj( "name").value="Username" set passwordobj=Descriptive.Create() passwordobj("name").value="password" set signinobj=Descriptive.Create() signinobj("name").value="sigin" browser("gmail").page("gmail").WebEdit("usernameobj").set ("enter username") Browser("gmail").Page("gmail").WebEdit("passwordobj").Set secure.Crypt.Encrypt("enter password") browser("gmail").page("gmail").WebButton("siginobj").click
How are comments handled in the vbscript language?