Reading Test Data - Printable Version +- Micro Focus QTP (UFT) Forums (https://www.learnqtp.com/forums) +-- Forum: Micro Focus UFT (earlier known as QTP) (https://www.learnqtp.com/forums/Forum-Micro-Focus-UFT-earlier-known-as-QTP) +--- Forum: UFT / QTP Beginners (https://www.learnqtp.com/forums/Forum-UFT-QTP-Beginners) +--- Thread: Reading Test Data (/Thread-Reading-Test-Data) |
Reading Test Data - learner1 - 12-14-2009 Hi I have lotz of data to be tested in my application i hav decided to keep it in external excel to make it user friendly but i have heared that reading the large number of data from excel has some disadvantages (like it makes the code execution slow) could any bdy tell me what all kind of disadvantages i can face and what can be the alternatives to the same RE: Reading Test Data - niranjan - 12-15-2009 I have not used Excel to store huge amount of data, and so I will not be able to give you any pros or cons on that. One other way is to use a Database (Example: SQL Server Express edition, etc) to store your data, and then read directly from your script during runtime. RE: Reading Test Data - learner1 - 12-15-2009 thanks for the reply as per i know the test data for the scripts we can put into DataTables OR keep into excel. while u keep in an external xcel then we can also take the data into array variable and then use inside in the script which might be little faster than reading directly from excel |