Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Reading Test Data
#1
Solved: 10 Years, 9 Months, 1 Week ago
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
Reply
#2
Solved: 10 Years, 9 Months, 1 Week ago
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.
Reply
#3
Solved: 10 Years, 9 Months, 1 Week ago
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
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Reading Global Sheet's DataTable Value Bhuvana 0 1,474 01-05-2020, 10:03 PM
Last Post: Bhuvana
  Multiple rows of test data Bhuvana 0 1,154 01-03-2020, 09:30 PM
Last Post: Bhuvana
  Reading Value from Java Table arjun.singh 8 23,847 10-11-2017, 02:51 PM
Last Post: sivaji
  Reading data from excel sheet serenediva 1 8,874 03-03-2017, 10:07 AM
Last Post: vinod123
  QTP not reading all properties ishan.mahajan@adp.com 2 2,244 05-04-2016, 10:50 PM
Last Post: supputuri

Forum Jump:


Users browsing this thread: 1 Guest(s)