Diff between web table ,datatable and data base (QTP)
Answer Posted / manisha
In Data table all the rows has equal number of columns.
ex.:-there are 3 rows and 5 columns.then each row has same 5
columns.
In Web table number of columns may not be equal for the
rows.
ex:- there are 3 rows .each row has n number of columns
1st row can have 2 columns
2nd row can have 5 columns
3rd row can have n columns.
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
Plzzzzzzz can any one tell me which is the best institute in hyderabad for learing VBScript. plz do answer guys its urgent plzzzzzzz. thanks in advance.
How will you get the octal value of the given number in vbscript?
What are the 2 ways in which a variable can be declared in the vbscript language?
How will you convert a string to upper case string using vbscript?
How to Import data from a file (file is on the desktop) to the data table
Mention what if you do not specify anything when you call a procedure?
I have an excel sheet with multiple ID's in a column. Now i need fetch those ID's in an application and check whether if it already exist in the DB. If not then i have to go with the process of inserting them in the DB. If it exists then i need to skip that ID and move to the next ID and check the same and proceed. How can i do that with for loop and if condition?
did any one attended interview in applabs if you had gone through plz tell me the procedure
What is select case statement?
What is the use of the recordset object and which statement is used to create such an object?
How to replace junk code recorded by QTP with a mall function.
How to declare an array in vbscript?
who will create the object?
How will you reverse a string in vbscript?
hi Set myobj=Description.Create() myobj("type").value="submit" myobj("name").value="google search" myobj("html tag").value="button" browser("title:=google").page("title:=google").webButton (myobj).Click i was running above code in one weak back it was working fine i got result,again i opened after few days ,again i was trying to run the code it shows run time error in last line of my code ,why ?pls answer my question?