Hello AlexKaras,
I downloaded a trial version of TestComplete.
I tried to create a test for my CefSharp (CEF3) application, which is similar to your "web orders" tutorial. The steps I tried to automate include: navigate to a web site, then login using a user name and a password.
But I was not able to do it.
Here's what I did:
1. Record-and-run:
- Created a new TestComplete Web project, then recorded the steps: (1) open my CEF app, (2) enter username and password, (3) click login button.
- Saved, then ran the above test.
- It failed to repeat the recorded steps.
2. Check CEF app object using the spy tool:
- Open my CEF app, with the username and password text fields and the login buton available.
- Use the Object Spy tool to check my CEF app.
- The tool was not able to recognize the username and password text fields, nor the login buton.
See attached screen shot.
I checked the help files, it does not contain a sample for CEF testing.
Could you help?
Thank you,
Related Content
- 2 years ago