Hi,EXCEL SHEET AND DATA TABLE . BOTH ARE SAME OR NOT?
Answers were Sorted based on User's Feedback
Answer / mns
Look and fell of the datatable and excel sheet are the same
but datatable stores only the run-time values for the
duration of the test where as the excel sheet can store the
values, generated by the application ,permanently.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / grsmrc2118@yahoo.com
in what sense ur asking that both are same or not
yeah both are same size wise like total number of rows and
columns
but not as good as excel while u take functionality wise
and sheets wise both are not similar
regards
naidu
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / noor
Both are one and the same,by default Excel comes inbuilt
with QTP.If u want to import any data from excel u can
import into datatable of QTP asn viceversa.
eg.datatable.importsheet "path.xls"
| Is This Answer Correct ? | 1 Yes | 0 No |
What is the difference between wait and synchronization point?
who will distribute the project modules for testing in testing team ?
interviwer asks what is data table? my ans is Data table is an internal Excel file of QTP...intervier not happy with this also? can u post any other answer?
What is smart identification?
Hi, How to invoke QTP or any application through Command Prompt without using Vb script and batch file.... Reply me Srinivas
In QTP how to interact tool and application build?
How can i see test results in excel sheet ? test data not present in data table.
Hi, every one aim new to automation testing(QTP),aim looking for software versions any. If any one can HELP me that will be great. Thank u.(9620427211,Bangalore)
How to indentify MS-Word objects like Menubar, Toolbar, table/columns/rows/cells etc within Word document, using QTP?
How can I find out whether a word in a string is existed or not for example "QTP IS A POWERFULL TOOL FOR AUTOMATION" How can i find out whether "powerfull" is existed in the above string or not Could anyone answer it?
Can anybody post some real time scenario in qtp? please its very urgent.
I want to capture data(using keyword) from msdos application using QTP?... Below is little work i could do on it... /* Set app=CreateObject("Wscript.shell") SystemUtil.run ("C:\Users\Agent\Desktop\pumpsim\PUMPSIM.EXE") Window(“PUMPSIM.EXE”).Activate wait(3) app.sendkeys "N" */ Thanks in advance...!!!