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


Please Help Members By Posting Answers For Below Questions

Which data type/types are supported by vbscript language and what are their specialties?

597


Explain about .wsf files?

622


What is the use of option explicit in vbscript?

544


What is the purpose of drive object of scripting.filesystemobject class in vbscript?

608


Explain the string concatenation function in vbscript?

544






How to add actions in driver script to run those actions in QTP?

1521


Write a test case using Test if the images,a particular test exists,check if the page links match,page response is within a certain range,parameterization of the test,the test should comprise of actions,the test should use a custom function,the test should use global repository

1795


who will create the object?

1721


Which conditional statement is the most convenient one to use in the case of multiple conditions in the vbscript language?

525


What is variant in vb script?

626


How to declare an array in vbscript?

668


What is the difference between vbscript and vba?

604


How will you get the natural logarithm of the given number in vbscript?

606


Write a Program to add 2 numbers without using operators (+,-) and without using third variable. Note: Use VBScript only Hint: You can use other operators like '/' & '*'(Division & Multiplication)

3193


How to make professional test report using vbscript code in UFT, which gives us complete analysis of the test.

2499