bkrishna213
3 years agoOccasional Contributor
Exception in Keyword testing with Data Base Table variable
Hello,
I am trying to compare excel data with desktop application. Passing inputs from my local excel. Created variable in project level and assigned related excel cells.
Test complete is throwing exception when i am passing 000 via excel.
Example: customer id is 00000088 . In the excel the field type is Text.
Declared as below in test complete.
Can you please help me how to make this test accept text type as input from excel.
Hi,
I found the solution finally. The working solution is passing all fields data type as text to testcomplete.
Will close this thread. Thank you.