Hi,
We have scheduled our code to get executed daily at particular time.
The scheduled task daily executes the script i.e., at given it is double clicking the exe file.
The problem is the test data will be taken from database and our client want the scheduled task to execute only particular set of test cases and that too without updating the database.
Is it possible to know whether the script got initiated due to scheduled task. If so I can keep a if conditions and if yes it takes data from excel and if not it takes data from database.
Thanks
Abhigna