bkrishna213Occasional ContributorJoined 4 years ago9 Posts1 LikeLikes received1 SolutionView All Badges
ContributionsMost RecentMost LikesSolutionsRe: Exception in Keyword testing with Data Base Table variable 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. Re: Data Driven Loop not adding new row in the second iteration in excel Hi, I tried with Add Row option. With every run its creating new row without adding data-driven loop. And it is difficult to get object properties of next page and add it to same sheet with Add Row. Can you please suggest me any other option to add rows during run time with data-driven loop using Write to excel.? Is there any possibility we can increment cells after converting the keyword test to jvascript ? Regards, Vamsi Data Driven Loop not adding new row in the second iteration in excel Hello, I have one keyword test to place order from ecommerce site. I am passing input data like first name, last name, address etc from excel source. Once the order number generated its getting printed in target excel. But when data driven loop is enabled rows are not getting inserted. Same row is getting over written in every loop. Can somebody suggest the solution to increment rows also? Re: Exception in Keyword testing with Data Base Table variable Hello, Thank you very much for the workaround. Checkpoint got passed with General type in excel. But the expected result which is customer details cannot be displayed because customer id entered into the application is without 0's. Re: Exception in Keyword testing with Data Base Table variable The customer id is 8 digit. If it is starting with 00 or 000 like 00081111 in csv file it is showing as 81111. First 000's are not accepting in CSV. Which results entering non customer id in the application. Expectation is my csv should accept 000's in the customer id and same need to input in application. Re: Exception in Keyword testing with Data Base Table variable Thank you very much for the suggestion. I tried with CSV as input file. Once i converted my excel to CSV the fields which i formatted are text became normal cells in CSV file. Able to enter in my application but expected result is not different, because of incorrect customer id. Is there anything i can do with the excel ? Re: Exception in Keyword testing with Data Base Table variable Step where entering customer id Onscreen action for settext. Here CustomerId is the one which I am picking from excel. Expected is this step need to enter 0000008 in edit field. But once the control comes here exception is thrown. KeywordTests.Customer_Inquiry_DataLoop.Variables.Cust_inq["CustomerId"] Excel is having below columns Re: Exception in Keyword testing with Data Base Table variable The entire test is based on Property check point comparison. And its a data driven loop keyword test. The comparison is passed for when excel cell data type is integer Ex: 8900000. I converted to text local excel cell to text to accept 0's. When this cell hit test complete then exception is thrown. Please check the attachment. Thank you. 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. Solved