ContributionsMost RecentMost LikesSolutionsRe: The step that runs in keyword test does not run in unit test Is there a way to delete tickets that are not relevant anymore? Thank you for your reply. Script runs fine as of now after I fixed one of the lines. Re: Text capture and input the text during playback.Re: Text capture and input the text during playback. The application is in .net C# . It does not record the "Keys" method for that one step. Example: 1. Clicking on a text box is recorded. 2. Entering the first name in the text field is not recorded. TextBoxMaskBox Click ... Clicks the 'TextBoxMaskBox' object.(RECORDED) searchFirstname SetText "sam" Enters text in the text editor.(DOES NOT RECORD) i manually added the 'searchFirstname' step and now the test runs. No changes made and every other time the same test that passed does fail. Why should it fail every other time? Does TestComplete need time before the next run? Also why is it missing the recording of a step? The step that runs in keyword test does not run in unit test Converted a keyword script to a unit script test. The step that runs in keyword test does not run in unit test. Text capture and input the text during playback. Test Complete during recording does not capture the text typed into my desktop application. I am new to the tool, I have seen it capture the text a week ago but not anymore. Also since I do not see the text in the Value field, I do not see that value entered during playback.