Forum Discussion
Ravik
11 years agoSuper Contributor
Hi, We can Import excel data from Desktop to TestComplete. In a TestComplete a feature is available "STORE" in store we can save our data (it would be saved in encrypted format) Refer Snap 1 2- by using EVENT in TestComplete you can skip error (on Event you can define the next step what you want to execute). You can also use "ON ERROR RESUME NEXT" for skip the error pop up and go for the next step. Note: If you are using "ON ERROR RESUME NEXT" you have to check error code other wise it will be skip your application pop-up too. This may help you solve your problem.
saaran
11 years agoContributor
Thanks buddy,
1. "On error resume next" is used to avoid the run time error, but for me eventhough if run time error throws. i have to click it and proceed for execution.
2. can you show the screen shot to import excel sheet from desktop to test complete tool.
Once again thanks for your efforts.
Regards,
Sarankumar P