ContributionsMost RecentMost LikesSolutionsRe: Unable to save a value to DB Thanks all ... Keys now seems to be working to set the data. Re: Unable to save a value to DB I was using SetText and had tried Keys but it wasn't working... I did just change again to use KEYS and pass a param and it seems to be working perfectly fine now Thank you. Re: Unable to save a value to DB Hi there thanks for the suggestion - I actually did record the action and it used the methods I was. It does eventually pass a date but not the right date ... the field has type ahead and a date picker associated with it. The issue I have is that when the 'right' date is set in the field and then I move out and click another setting and save the 'right' date doesn't seem to be committed so it is saved without the date. If I set the date then click out of it, in some cases, the date gets reset to today's date ( I am trying to pass yesterday's date) then I can save that. I am flummoxed. Re: Unable to save a value to DB Thank you for the reply but I have tried Keys and Sys.Keys as well with no luck. I have also tried after that to tab/enter out of the field and still no luck. Unable to save a value to DB Hi all - I am working with a .Net application where I enter data (date) into a textbox then click other boxes etc. then save. On Save the date entered is not passed on to save - I have tried to enter text then tab, enter etc. and I can't get that date data to be saved. I have tried to tab and enter on the mapped object as well as using Sys.Keys and neither works. When I manually enter this date/data it is saved to the DB. Unsure what to try next. Thanks, Bill SolvedAzureDev Ops/TFS TestCase/Test Plan linkage Hi all, So I know how to link a TC(TestComplete) test case to a test case in TFS however, I would like to be able to link it to a specific test plan in AzureDevOps/TFS. For example I run these tests for a release of software so we build new test plans for each release - ideally I would like to run our automated tests in TC and have them report the results to the specific test plan not the high level test case. Can this be accomplished? Thanks SolvedCan I pass an argument to CheckExcelWorkbook for the name of the Stores Workbook? Hi all, Is there a way to pass an argument from BDD or some other way to the CheckExcelWorkbook function? something like below? @then("the user compares the result to the {arg}> GoldCopy") def step_impl(param1): Files.ARGUMENT.CheckExcelWorkbook(("S:\QA\Test\ImportStats*.xlsx")) Re: TFS Test Suite Update - it seems the BDD scenario is not considered a Test Case so it cannot be linked - that makes no sense to me but I can add an external test case ID to a validation step in the BDD Scenario. Re: TFS Test Suite Certainly - so I was going off of memory but just now tried to link a test case to a AzureDevOps/TFS test case however, I cannot now link to a TFS test as the column to link in the Execution Plan is not available -see pic below. Any ideas? Then I guess we can move onto the reporting issue. TFS Test Suite Hi all, I am trying to write out results from a TestComplete test run to a Test Suite in AzureDevOps/TFS but it seems like it just writes to the Test Case. Is there a way to target a particular Test Suite? Thanks, Bill