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.
Where as Database is the collection of tables.it can have n
number of tables of different scenarios(purpose).
Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
How to Enter Values on the Command promt using VB script
What are the 2 ways in which a variable can be declared in the vbscript language?
What aspects of vbscript make it safe so that a web page using vbscript cannot destroy or corrupt information on a user's computer?
Explain the string concatenation function in vbscript?
what is the difference between modular and data and keyword driven framework
When does ‘on click of button’ event gets triggered in the vbscript language?
How to open excel in vb script?
What are the disadvantages of vbscript?
What are the advantages of vbscript?
Mention what is the use of option explicit in vbscript?
A folder is there inside no of textfiles are avilable. How do count the textfiles. Normally folder means we are using subfolder methods but textfiles is not working for subfolder methods and how do get file name also.
Which function is used to perform string comparison?
Explain the filter expression?
how to increasing the numbers in a given text box please write a vb script
how to check whether link is disabled in QTP??