In a web application , there is a table of rows and coloums
, i want to pickup the 1st row and 3rd coloums name (not
data)how can any one explain
Answer Posted / kishan
In a WebTable, always the first Row will be "Column Names".
so when you use the statement
clmName=Browser("A").Page("B").webTable("C").getcelldata(1,3)
It will only give you ColumnName not the value under that
column.
Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
What is 'sleep' in sync point?
i need qtp tutorial. pls send it to sridhar.k151@g mail.com
How you are developing the script? Using record and play back or manual?
Object repositories types, which and when to use?
In an interview, what r the general questions asked in SQL which is realted to testing ?pls give me anwser to this question?
if mandatory and Assitive propertys are shows same how will u write skript in QTP window
Hi am New to Automation Testing , any one can you help me what are the basic questiion are asked an interview?
Can an action have 2 shared object repositories associated with them? In that case, if two of them contain the same object, which one will be considered?
in my application,validation message has in japanise language.how to validate this message is appears properly or not
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
Define object spy ?
How to use descriptive programming?
How you can replace string in qtp?
What are the key points to create a framework in QTP for oracle forms?
How is the Bitmap checkpoint different from Image checkpoint?