recording is not capturing the keyboard
SOLVED- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
recording is not capturing the keyboard
the testcomplete recording is not capturing the keyboard, it is capturing only mouse clicks.
have any configuration to solve?
Solved! Go to Solution.
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Maybe but you gave us very little information to go on.
What's your TestComplete version?
What kind of app are you testing?
Is this a new problem? Has the recording function ever worked for you?
Is there a line in your test that has the keystrokes and they aren't playing back? We need a screenshot please.
If you create a simple test on your own without the record, do the keystrokes work?
Marsha_R
[Community Hero]
____
[Community Heroes] are not employed by SmartBear Software but
are just volunteers who have some experience with the tools by SmartBear Software
and a desire to help others. Posts made by [Community Heroes]
may differ from the official policies of SmartBear Software and should be treated
as the own private opinion of their authors and under no circumstances as an
official answer from SmartBear Software.
The [Community Hero] signature is used with permission by SmartBear Software.
https://community.smartbear.com/t5/custom/page/page-id/hall-of-fame
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Version 10.10.1042.7, Desktop delphi app, error is new I was able to reproduce the recording I created a recording of the windows calculator but without success.
in the recording I clicked on the first field I pressed ENTER key typed "RTERTET" ENTER key and typed "YTERTYRTYT" but just recorded the click
function Test1()
{
Sys.Process("sysmovs").VCLObject("FrmSps").Window("MDIClient").VCLObject("FrmEst109").VCLObject("PnlArea").VCLObject("EdtCodigo").Click(22, 15);
}
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Okay, now can you create a keyword test manually that performs the same task and see if that one works?
Marsha_R
[Community Hero]
____
[Community Heroes] are not employed by SmartBear Software but
are just volunteers who have some experience with the tools by SmartBear Software
and a desire to help others. Posts made by [Community Heroes]
may differ from the official policies of SmartBear Software and should be treated
as the own private opinion of their authors and under no circumstances as an
official answer from SmartBear Software.
The [Community Hero] signature is used with permission by SmartBear Software.
https://community.smartbear.com/t5/custom/page/page-id/hall-of-fame
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thank you Marhsa!
Hi @RodrigoJr ! Were you able to solve this? Looks like Marsha is waiting for some info from you to keep investigating this inside the SmartBear Community!
Sonya Mihaljova
Community and Education Specialist
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I have a similar error 😞
Since the last update my tests who used enters and tabs, doesnt work, i have to change several test for clics , and this bringht me a few problems more, some test who use to changed the text box automaticaly didnt work , or its too sloow after several test and thats make the other tests crashed because the objeto doesnt show in time... i use a few delays but its not the best practice...
Version TestComplete: 14.61.276.7 x64
Version TestExecute 14.61.294.11x64
APP Tested: Delphi
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I would go back through the setup for Delphi applications and make sure all your settings are still correct. It's possible that the update inadvertently changed one of these settings. Let us know the outcome either way please.
https://support.smartbear.com/testcomplete/docs/app-testing/desktop/delphi/index.html
Marsha_R
[Community Hero]
____
[Community Heroes] are not employed by SmartBear Software but
are just volunteers who have some experience with the tools by SmartBear Software
and a desire to help others. Posts made by [Community Heroes]
may differ from the official policies of SmartBear Software and should be treated
as the own private opinion of their authors and under no circumstances as an
official answer from SmartBear Software.
The [Community Hero] signature is used with permission by SmartBear Software.
https://community.smartbear.com/t5/custom/page/page-id/hall-of-fame
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks Marsha!
@RodrigoJr @Amy1 does the advice help?
Sonya Mihaljova
Community and Education Specialist
