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
where can i learn VB scripint ?
What are class events?
How to write VB script for login module?
if u ve resrevation for train and u get a number supose 1234xxxokie.after sucessul entering all required fields. now u put that number in search and want to chk wether these ar same or not if both ar same then its okie otherwise test fail.what would be the vb script code for it to compare these two values of different page.
If else for do while select in vb script?
Which function is used to perform string comparison?
How will you compare two strings in vbscript?
What are the differences between sub procedures and function procedures?
Which in-built function related to an array joins substrings into one string in the vbscript language?
Explain the operator precedence in vb script?
How to open excel in vb script?
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.
filter the array values without using filter function?
Program to use input box and send even numbers into sheet1 and odd numbers into sheet2 and prime numbers into sheet3 using vbscript(QTP)?
Explain few date functions in vbscript?