Diff between web table ,datatable and data base (QTP)
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / 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 |
Mention how to create a cookie using vbscript?
what is the differenece btwn scripting language and programming language
What is loose binding? Why is it not a good practice to use it?
I have string like hp company.print tis like company hp.write a program in vbscripting
can anyone send me a vb scripts code for clicking on a link and coming back on home page again does the same for many links on a web page.
What are the disadvantages of vbscript?
What are keywords in the vbscript language?
what is the object hyrarchy in QTP for a web based application
How to get the length of the string by making use of the string function?
Diff between web table ,datatable and data base (QTP)
How to write functions and sub in vb script?
Why do we use Option Explicit?