Hi,
I am using 2 excel sheet.First excel sheet works fine with
the script,
if it opens the 2nd excel sheet,it works fine,but after
finish all the rows
it is giving the following error in the following line.
InValid Procedure call or argument
Line (178): "Browser("name:="&result,"application
version:=internet explorer 7").Page
("title:=bgt.*", "index:=0").WebList
("name:=SearchType","html
id:=Select1","location:=0").Select SearchType1".
I have seen a web article says that,If we use any vbscript
friendly name it may gives the above error-Invalid
procedure call or argument
not sure,Am I using any VBScript frienlyName? in the above
line?
[but the same line is perfecly working for first Excel ]
It is little urgent.
Any Help
Thanks you
No Answer is Posted For this Question
Be the First to Post Answer
Write a script to delete a specific row in a webtable.
How to recognise the webelement and verifying that webelement is enabled?
what is life cycle of automation testing ?
Hi,All How to change background color of a cell in excel using qtp and that too with out using Excel Object.(I am importing the excel sheet by using ImportSheet method)
What is throw object?
How to execute a WinRunner Script in QTP?
I have the script like this: Browser("Login").Page ("Application").Frame("ScopeFrame").Link("DC3701737 (Active)").Click in which the value "DC3701737" will get changed and i have to use the same value in so many places. I got the value "DC3701737" in to a variable(Say x). Now if i want to pass the variable in to link object .. how? Browser("Login").Page("Application").Frame ("ScopeFrame").Link(x).Click Is it possible to pass any variable into a link object .. so, that the application will select that link automatically? If ur not able to understand, pls let me know.
I created 3 actions in test suppose I want to run action 1 in single time, action 2 is 4 time what I do?
Which is the best QTP training institute in Delhi/NCR region and what is the approximate fee for QTP course (Basics and Advanced)
How should i get name of the screen? Ex:There is a "submit" button.If i clicked on the submit button it opens a screen. I want that screen name.How can i get that screen name I dont have any property regarding that screen. If suppose we cliked on the screen , Then QTP captures the screen properties then i can get the screen name by using GETROPROPERTY But i want the screen name without clicking the screen. ("I am using the "settoproperty" for Second screen by using fist screen properties") Please tell me anyone
How to Import data from a ".xls" file to Data table during Runtime.
How can we disable popup blocker? (I think it means when we get a pop up messge(its error) how we wil disable that one with out interrupting normal process)