Ask a Question

TestComplete 14 -Unable to Enter Username & Password

SOLVED
gdave
Regular Contributor

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 ?

 

8 REPLIES 8
hkim5
Staff

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...

Best,
Justin Kim
rajulapati
Contributor

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

Reshail
Contributor

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")

 

gdave
Regular Contributor


@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'

image.pngimage.pngimage.png

gdave
Regular Contributor


@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.

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

Make sure that your Variables.Var1 is actually text.  The "type mismatch" error is usually accurate.

sonya_m
SmartBear Alumni (Retired)

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 usSmiley Happy


Sonya Mihaljova
Community and Education Specialist

cancel
Showing results for 
Search instead for 
Did you mean: