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.
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
Hellow friends, I am learning QTP,but here problem is VB script. please guide me how to learn VB script w.r.t QTP and if you know any books tell me or if you have any materials or any use full material or any else w.r.t QTP please post me p.p.sekhar
Write a vbscript procedure that converts feet to inches. Hint: there are 12 inches in a foot?
Give me sm ideas to write Vbscripts abt protocol testing abilash700@gmail.com.
Dear All, I am geting below IE error whilie executing the QTP scripts in Batch mode "Internet Explorer has encountered a problem and needs to close. We are sorry for the inconvenience." can any one suggest me how to resolve this issue . Thanks Balaji
Which function allows you to instantiate an object given its programmatic identifier or progid?
When does ‘on click of button’ event gets triggered in the vbscript language?
Explain few date functions in vbscript?
what is inner join? what is outer join? what is a constraint? tell me about rdbms? tell me about acid properties?
Which conditional statement is the most convenient one to use in the case of multiple conditions in the vbscript language?
Mention what is select case statement?
Hi anyone Can Send Solution to the Question wt m posting now Prepare Script for the Bellow Scenario? Login to Gmail Page Open Inbox check Mails save them in a Folder
Out of the different type of operators, which are evaluated first and last in the vbscript language?
I need to get some data from data base and store this
(retrieved) data in a excel sheet using VB script in QTP9.0
I have created connection for data base
I have created as excels sheet by using
Set XL=CreateObject("Excel.Application")
XLworksheet.cells(1,1).value= rs.fields.item("<
How many types of procedures are available in the vbscript language?
What is the difference between javascript and vbscript?