I have done a very simple recording to invoke file upload dialog.
I'm testing it with major browser including IE, FF and Chrome.
However, the same test suppose to work with all browsers but it doesn't.
Chrome fail to start to navigating to the URL specified.
It just stuck at a point of preparing browser for automation.
I even tried to add delay but no luck.
Below is the log for the test:
Overall Result: Fail
------------------------------------------------------------
'10/18/2013 11:28:27 AM' - Using .Net Runtime version: '4.0.30319.18052' for test execution. Build version is '2013.1.911.0'.
'10/18/2013 11:28:27 AM' - Starting execution....
------------------------------------------------------------
------------------------------------------------------------
'10/18/2013 11:28:32 AM' - Using 'Chrome' version '30.0.1599.101' as default browser.
'10/18/2013 11:28:32 AM' - 'Pass' : 1. Navigate to : 'file:///C:/Users/awong/Desktop/test.html'
'10/18/2013 11:28:38 AM' - 'Pass' : 2. Wait for '6000' msec.
'10/18/2013 11:29:08 AM' - 'Fail' : 3. Click 'FileUploadFile'
------------------------------------------------------------
Failure Information:
~~~~~~~~~~~~~~~
Unable to locate element. Details: Attempting to find [Html] element using
Find logic
(Html): [id 'Exact' fileUpload] AND [tagname 'Exact' input]
Unable to locate element. Search failed!
Learn more about finding elements here:
http://www.telerik.com/automated-testing-tools/support/documentation/user-guide/troubleshooting_guide/test-execution-problems/unable-to-locate-element.aspx
------------------------------------------------------------
'10/18/2013 11:29:08 AM' - Detected a failure. Step is marked 'ContinueOnFailure=False' aborting test execution.
------------------------------------------------------------
'10/18/2013 11:29:08 AM' - Overall Result: Fail
'10/18/2013 11:29:08 AM' - Duration: [0 min: 36 sec: 581 msec]
------------------------------------------------------------
'10/18/2013 11:29:09 AM' - Test completed!
I have also attached the log file from Test Studio and the sample html
Please let me know if anyone has an answer.
Thanks.
I'm testing it with major browser including IE, FF and Chrome.
However, the same test suppose to work with all browsers but it doesn't.
Chrome fail to start to navigating to the URL specified.
It just stuck at a point of preparing browser for automation.
I even tried to add delay but no luck.
Below is the log for the test:
Overall Result: Fail
------------------------------------------------------------
'10/18/2013 11:28:27 AM' - Using .Net Runtime version: '4.0.30319.18052' for test execution. Build version is '2013.1.911.0'.
'10/18/2013 11:28:27 AM' - Starting execution....
------------------------------------------------------------
------------------------------------------------------------
'10/18/2013 11:28:32 AM' - Using 'Chrome' version '30.0.1599.101' as default browser.
'10/18/2013 11:28:32 AM' - 'Pass' : 1. Navigate to : 'file:///C:/Users/awong/Desktop/test.html'
'10/18/2013 11:28:38 AM' - 'Pass' : 2. Wait for '6000' msec.
'10/18/2013 11:29:08 AM' - 'Fail' : 3. Click 'FileUploadFile'
------------------------------------------------------------
Failure Information:
~~~~~~~~~~~~~~~
Unable to locate element. Details: Attempting to find [Html] element using
Find logic
(Html): [id 'Exact' fileUpload] AND [tagname 'Exact' input]
Unable to locate element. Search failed!
Learn more about finding elements here:
http://www.telerik.com/automated-testing-tools/support/documentation/user-guide/troubleshooting_guide/test-execution-problems/unable-to-locate-element.aspx
------------------------------------------------------------
'10/18/2013 11:29:08 AM' - Detected a failure. Step is marked 'ContinueOnFailure=False' aborting test execution.
------------------------------------------------------------
'10/18/2013 11:29:08 AM' - Overall Result: Fail
'10/18/2013 11:29:08 AM' - Duration: [0 min: 36 sec: 581 msec]
------------------------------------------------------------
'10/18/2013 11:29:09 AM' - Test completed!
I have also attached the log file from Test Studio and the sample html
Please let me know if anyone has an answer.
Thanks.