TestComplete 14 -Unable to Enter Username & Password
SOLVED- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
TestComplete 14 -Unable to Enter Username & Password
I created a simplet keyword test which launches a webpage in chrome and enters username & password. The keyword test passed confirming the keyboard input was successful however the text field for username and password in the browser was all blank.
When the test runs, I do not see the username and password being entered on screen. I have used 'Key' operations to enter the text.
Any suggestions as to what could be possible wrong here ?
Solved! Go to Solution.
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
try to use the settext operation instead.
also make sure to prep all of the browser that you would be testing on : https://support.smartbear.com/testcomplete/docs/app-testing/web/general/preparing-browsers/chrome.ht...
Justin Kim
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi @gdave ,
I would initially check if the TestComplete Chrome addin is enabled and your Web extension is turned on.
After checking the above two things, try spying the browser and see if you are able to spy and higlight the objects properly.
-Ashwin
Please give a Kudo and accept it as a solution if this works
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi @gdave,
There are two ways to enter text.
1)Keys - the one you've used it simulates what an actual user would do. So it types one alphabet/input at a time.
obj.Keys("user");
2)setText- it will set the entire input at once
obj.setText("user")
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
@Reshail wrote:Hi @gdave,
There are two ways to enter text.
1)Keys - the one you've used it simulates what an actual user would do. So it types one alphabet/input at a time.
obj.Keys("user");
2)setText- it will set the entire input at once
obj.setText("user")
So interesting this happened:
The user name field worked fine when I used 'textContent[Set]' operation, however, password field falied with 'Exception - Type Mismatch'
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
@rajulapati wrote:Hi @gdave ,
I would initially check if the TestComplete Chrome addin is enabled and your Web extension is turned on.
After checking the above two things, try spying the browser and see if you are able to spy and higlight the objects properly.
-Ashwin
Please give a Kudo and accept it as a solution if this works
Chrome addin is enabled. I even got testComplete icon at the right corner of the bar.
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Try spying the object and see if the Set Operation is allowed on Password field, because sometimes we would have Setpassword method allowed for such type of fields , similarly for dates we have SetDate.
-Ashwin
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Make sure that your Variables.Var1 is actually text. The "type mismatch" error is usually accurate.
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 everyone for active participation in this thread. This is very appreciated!
@gdave were you able to find out what was causing the issue? Please share you progress with us
Sonya Mihaljova
Community and Education Specialist
