Problem Running Test using TestComplete
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-18-2014
11:53 PM
05-18-2014
11:53 PM
Problem Running Test using TestComplete
Hi,
I am using TestComplete trial version hoping to opt for the company.
When i create my first test 'Project Suit-> Keyword Test-> Test1'. It worked very fast and correctly verifying object checkpoint.
These were the steps:

Then goes my second test2, it opens the browser but doesnot type in URL or select URL. The process gets too slow and wrong. Even when i create a completely new project. It works well only when i delete all projects and start a new one.
Has it something to do with 'Object checkpoint' or something else?
I am using TestComplete trial version hoping to opt for the company.
When i create my first test 'Project Suit-> Keyword Test-> Test1'. It worked very fast and correctly verifying object checkpoint.
These were the steps:

Then goes my second test2, it opens the browser but doesnot type in URL or select URL. The process gets too slow and wrong. Even when i create a completely new project. It works well only when i delete all projects and start a new one.
Has it something to do with 'Object checkpoint' or something else?
8 REPLIES 8
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-20-2014
12:37 AM
05-20-2014
12:37 AM
What is your Test2? What are the steps being executed there? This isn't expected behavior for TC. If something worked with Test 1 it should work with Test 2.
Robert Martin
[Hall of Fame]
Please consider giving a Kudo if I write good stuff
----
Why automate? I do automated testing because there's only so much a human being can do and remain healthy. Sleep is a requirement. So, while people sleep, automation that I create does what I've described above in order to make sure that nothing gets past the final defense of the testing group.
I love good food, good books, good friends, and good fun.
Mysterious Gremlin Master
Vegas Thrill Rider
Extensions available
Robert Martin
[Hall of Fame]
Please consider giving a Kudo if I write good stuff
----
Why automate? I do automated testing because there's only so much a human being can do and remain healthy. Sleep is a requirement. So, while people sleep, automation that I create does what I've described above in order to make sure that nothing gets past the final defense of the testing group.
I love good food, good books, good friends, and good fun.
Mysterious Gremlin Master
Vegas Thrill Rider
Extensions available
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-21-2014
02:44 AM
05-21-2014
02:44 AM
The test2 was
-open browser
-login
-checkpoint (logout button)
-logout
-click yes
-close browser
-stop recording
http://prntscr.com/3l8a6v
When i run test for this, it would never type in url even. I'm using internet explorer version 11.
-open browser
-login
-checkpoint (logout button)
-logout
-click yes
-close browser
-stop recording
http://prntscr.com/3l8a6v
When i run test for this, it would never type in url even. I'm using internet explorer version 11.
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-21-2014
03:26 AM
05-21-2014
03:26 AM
I don't think it has anything to do with the checkpoint, no...
Perhaps, what's happening, is that there's something different about your actual page in the second test. Namemapping Criteria for the page itself may need to be adjusted so as to account for differences. That's my best guess at the moment.
Can you post a screenshot of pageRedowLoginPage in the NameMapping panel to be able to see the criteria?
Robert Martin
[Hall of Fame]
Please consider giving a Kudo if I write good stuff
----
Why automate? I do automated testing because there's only so much a human being can do and remain healthy. Sleep is a requirement. So, while people sleep, automation that I create does what I've described above in order to make sure that nothing gets past the final defense of the testing group.
I love good food, good books, good friends, and good fun.
Mysterious Gremlin Master
Vegas Thrill Rider
Extensions available
Perhaps, what's happening, is that there's something different about your actual page in the second test. Namemapping Criteria for the page itself may need to be adjusted so as to account for differences. That's my best guess at the moment.
Can you post a screenshot of pageRedowLoginPage in the NameMapping panel to be able to see the criteria?
Robert Martin
[Hall of Fame]
Please consider giving a Kudo if I write good stuff
----
Why automate? I do automated testing because there's only so much a human being can do and remain healthy. Sleep is a requirement. So, while people sleep, automation that I create does what I've described above in order to make sure that nothing gets past the final defense of the testing group.
I love good food, good books, good friends, and good fun.
Mysterious Gremlin Master
Vegas Thrill Rider
Extensions available
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-27-2014
09:58 PM
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-29-2014
08:59 PM
05-29-2014
08:59 PM
There is another issue i'm facing now- I had a property checkpoint that will verify the inner text but it failed the checkpoint during test.
http://prntscr.com/3nybgb
http://prntscr.com/3nybgb
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-15-2016
04:54 PM
07-15-2016
04:54 PM
I am experiencing the same issue while recording the web testing.
After recording a test, I am unable to record or run another test. Mobile recording is working fine, though.
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-18-2016
12:27 AM
07-18-2016
12:27 AM
did you close the browser prior to test execution? You have to close all browser windows because all browser windows have different process number. It should match the recorded process id.
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-18-2016
08:56 AM
07-18-2016
08:56 AM
Thanks for your response mgroen2,
Yes, I have tried to close the browsers. After restarting the TC, it works fine for once. During the recording it brakes and after that when I am trying to run my recorded test, it takes lots of time to process one step (such as: Entering a text in the username field, it enters one by one character slowly)
