General
-
Is there a way to store login and password details to access a protected URL?
Our staging sttes require a username and password to access them. This is carried out by http authentication. You should probably be able to store these details in the project somehow.
15 votes -
13 votes
-
Is it possible to delete a test script?
because I currently have 3 signin scripts in different formats...
8 votesstarted ·
Adminmartinkl
(Admin, Go Test It) responded
We’re currently in the process of brushing up the user interface, and deleting scripts will be included in that update. Sorry that it is taking a while!
-
bill per N actions
It would be a good idea to have a per-action billing plan as well as monthly/annually. Web development is only part my job. I might spend 3 months intensely working on our website, and then do almost nothing on it for the rest of the year. I don't want to pay for the service when I'm not using it.
5 votes -
3 votesplanned ·
Adminmartinkl
(Admin, Go Test It) responded
Good idea. At the moment the script gets killed after 20 minutes, but being able to do it manually would also be good.
-
3 votesunder review ·
Adminmartinkl
(Admin, Go Test It) responded
Sadly, we cannot currently record or control Flash objects. Flash is installed on the test machines so you should be able to see Flash objects in the screenshots. Interaction with Flash is something we’d very much like to do, but we can’t promise how soon it will be possible.
-
3 votesplanned ·
Adminmartinkl
(Admin, Go Test It) responded
This is planned for the near future.
-
verify scripts on save
i thought i'd be clever and hackety a script, but it had a syntax error. I only found it when I ran it on browsers. [it also used my creditz!]
3 votesunder review ·
Adminmartinkl
(Admin, Go Test It) responded
This is tricky, because there’s not much static checking you can do in a dynamic language like Ruby or Python. The only way to verify it would be to run it, but without a browser attached we can’t really execute any of the commands which read something from the page and return it back to the browser.
-
3 votes
-
an export feature including screen grabs for test results
Once tests have completed, it would be good to export the result including screen grabs. This would be great for testing reports. Even just a .zip file with the screen grabs would be very useful.
2 votes -
support for Firefox Minefield?
I know its probably a pain,
but I'm a geek, running on nightlies of firefox.I'll use 3.5 instead to use the script recorder.
2 votes -
let me see what the browser errors are
eg when you get the "!" in internet explorer. let me click it to see what its doing.
1 vote -
1 voteplanned ·
Adminmartinkl
(Admin, Go Test It) responded
This is planned for the near future.
-
Can I "jump in" to diagnose bugs?
When IE6 crashes there are usually a few dialog boxes that if clicked explain the problem. The ability to VNC in would be really useful [and worth paying for as a bolt on]
1 voteunder review ·
Adminmartinkl
(Admin, Go Test It) responded
We think this is a great idea, but before we build this we want to make sure that we can design it with full security, so that we can be sure we’re keeping our customers’ data absolutely secure.
We’ve got a great level of security with automated tests, but we need to raise it some more to allow VNC logins.
-
1 vote
-
Always take a screenshot/html snapshot at end of test
As the title says, until I can decide when screenshots happen, always having something at the end for me to see look at & confirm what happened would be great
1 vote -
Have isTextPresent able to fail test with either 'true/false' value
This could be good for any isPresent / boolean test case. For example, if at any point my page shows a 'Sorry' page it'd be great to have that fail the test and take a screen shot.
Or in one case I was simply testing to make sure it had gotten all the way I wanted it to and wanted to have it check for text only on that page. Even though the text wasn't there and it displayed as false in the logs, the test technically showed up as "passed"
1 vote -
Be able to hit url to activate specific test(s)
So whenever we push a new release we can automatically have it go to a url which will launch our test suite automatically.
1 vote -
[bug] editor: click to find new target focuses wrong site
In the interactive script editor window when I click on "change target link" it focusses on, and returns results from, the other GoTestit tab instead of the tab with the testing domain in it.
To reproduce:
1. Go to GTI dashboard
2. [Edit] a recently run script (popup window opens)
3. In "chrome:/gotestrecorder" window (the popup) find a task containing "click" action,
4. click on the the "locator" text field,
5. click [Find a different target]
a. This is where it breaks: the Firefox window containing the page from step #1 is brought to the front and receives focus, pass… more1 vote -
link to Go Test It homepage
There should be a link near the top of http://myname.go-test.it/ which goes to http://go-test.it/.
Doesn't need to be big or flashy, just there. This way I don't have edit the url or hunt for a bookmark when I want to see if there is anything new on the blog or here.1 vote