Tests are not working after upgrade
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-20-2014
12:33 AM
06-20-2014
12:33 AM
Tests are not working after upgrade
I upgraded to version 10.3 and now when I run our tests it launches the browser but does not enter any data on the page (navigate to new url, enter log in information...etc). Any ideas?
8 REPLIES 8
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-20-2014
01:08 AM
06-20-2014
01:08 AM
Hi,
What browsers are you using? Make sure that the needed patches for Chrome and Firefox are installed on your computer. You can find the patches here.
What browsers are you using? Make sure that the needed patches for Chrome and Firefox are installed on your computer. You can find the patches here.
---------
Tanya Yatskovskaya
SmartBear Community and Education Manager
Tanya Yatskovskaya
SmartBear Community and Education Manager
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-20-2014
01:10 AM
06-20-2014
01:10 AM
IE and Firefox. I have taken all available patches.
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-24-2014
04:55 AM
06-24-2014
04:55 AM
Hi Tanya,
Today I have also updated TestComplete 10.30 and try to our my existing testscrpt. but I am also getting same issue.
My script was not running.
I am using IE 10 and Window 7 for the testing.
(Same script is working with TestComplete 9.3)
Today I have also updated TestComplete 10.30 and try to our my existing testscrpt. but I am also getting same issue.
My script was not running.
I am using IE 10 and Window 7 for the testing.
(Same script is working with TestComplete 9.3)
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-26-2014
12:44 AM
06-26-2014
12:44 AM
Hi Ravi,
What exactly doesn't work? If you get an error message, it's worth posting its text here.
What exactly doesn't work? If you get an error message, it's worth posting its text here.
---------
Tanya Yatskovskaya
SmartBear Community and Education Manager
Tanya Yatskovskaya
SmartBear Community and Education Manager
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-27-2014
06:25 AM
06-27-2014
06:25 AM
Our tests were broken too after upgrading to 10.3. I Am going to submit a support ticket for the issue.Reverting back to 10.2 solved my issue.
I didnt bother troubleshooting further to see if anything else was broken as a core function that many of our tests rely on stopped working which is a showstopper for us and I dont have the time.
Without all the gory details I write my tests using a library of helper functions. I find each object in the web app using a helper function before performing an action on the object. I find the objects using the Find method
Sys.Browser("iexplore").page("*").Find(propertyNames, propertyValue, '20000', 'TRUE');
I wonder if the 'Find' method is the issue?
I didnt bother troubleshooting further to see if anything else was broken as a core function that many of our tests rely on stopped working which is a showstopper for us and I dont have the time.
Without all the gory details I write my tests using a library of helper functions. I find each object in the web app using a helper function before performing an action on the object. I find the objects using the Find method
Sys.Browser("iexplore").page("*").Find(propertyNames, propertyValue, '20000', 'TRUE');
I wonder if the 'Find' method is the issue?
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-04-2014
12:48 AM
07-04-2014
12:48 AM
After testing some more in TC 10.3 I dont think the issue is the upgrade! It's more likely a change in the UI of the application under test. My bad!
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-09-2014
08:37 AM
07-09-2014
08:37 AM
The application that we are testing is running tests only for our IE and FF browers. We need the test to successfully run for IE8 and FF 18. We have been able to successfully execute our tests on IE9 with the recent 10.3 upgrade. However, our automated tests simply will not run for any version of FF or for IE8. One of the previous users suggested that maybe it was his FIND statement. We researched this more and discovered that our FIND statement is not "finding" the firefox browser on the desktop. Unfortunately, I have no screen shots or error messages because nothing happens when we attempt to run these tests (ex. no page is launched).
Could someone please provide us with the browsers and the corresponding versions that are supported with the 10.3 upgrade?
Could someone please provide us with the browsers and the corresponding versions that are supported with the 10.3 upgrade?
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-22-2014
08:41 PM
07-22-2014
08:41 PM
Hi Daphne,
TestComplete 10.30 officially supports IE 7-11, Firefox 24-30 (including the patch for FF 30), Chrome 35, Opera 21 and Safari for Windows 5.1.7.
I would suggest a deeper investigation of what is going wrong on your computer. For this, could you please create a separate thread and describe the issue in detail? If you posted some screenshots demonstrating how TestComplete recognizes the web objects, the expected and the actual TestComplete behavior, we would appreciate it.
TestComplete 10.30 officially supports IE 7-11, Firefox 24-30 (including the patch for FF 30), Chrome 35, Opera 21 and Safari for Windows 5.1.7.
I would suggest a deeper investigation of what is going wrong on your computer. For this, could you please create a separate thread and describe the issue in detail? If you posted some screenshots demonstrating how TestComplete recognizes the web objects, the expected and the actual TestComplete behavior, we would appreciate it.
---------
Tanya Yatskovskaya
SmartBear Community and Education Manager
Tanya Yatskovskaya
SmartBear Community and Education Manager
