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
What purpose does ‘on error resume next’ serves?
How to open excel in vb script?
Which object provide information about a single runtime error in a vbscript?
Mention what is select case statement?
What is the difference between vb debugger and the script debugger?
What is the difference between for loop and while loop?
1. How to handle object implementation change in DP for Ex: i have login page with username,pasword (editboxes),login,cancel(buttons). Here i written DP code for login page with the help properties. My questions: 1.If properites are changing dynamically i will do (i want code for that) 2.if objects are changed dynamcally i will do (i wnat code for that)
Explain about filter expression?
What is difference between vbscript and vba?
Write a vbscript procedure that converts feet to inches. Hint: there are 12 inches in a foot?
How to replace junk code recorded by QTP with a mall function.
How are arrays declared in the vbscript language?
Compare java script and vb script?
what is resorceallocation
Explain about arrays in vb script?