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
What are the valid scopes of a variable in vbscript?
How strcomp function works?
Which operator is used to perform the comparison among 2 operands in the vbscript language?
How to find the font in qtp. Scenario:After entering the username and passwd you will be navigate into the "welcome:Username" page.Now I want to extarct font for this message.
what is event handling?
How to write VB script for login module?
How to delete a cookie using vbscript?
How can you create an object in vbscript?
What are the rules to name variable in vbscript?
Which in-built functions are used to convert the specified expression in the form of date and string in the vbscript language?
Which function is used in the vbscript language to convert the specified expression into a date type value?
Explain what is loose binding? Why is it not a good practice to use it?
What are class events?
how to increasing the numbers in a given text box please write a vb script
What is Procedure or Subroutine in VB Script?