Votes
Answers
Views
Question
2
votes
1
answer
12
views
asked 2 years ago by Automaton
updated 1 year ago by c0d3m0nk3y
I have a test with a repeater set to 100 iterations. Let's say it is going to try 100 times to buy a ticket. Once it succeeds I want it to break out of the loop and do some other things. Is that possible?
2
votes
1
answer
16
views
asked 2 years ago by TestMaster
updated 1 year ago by aj76
Tags:
I have a data-driven test. Is there a way to get a count of records in the data source?
1
vote
1
answer
12
views
Tags:
What is the best way to store and access user ids and passwords in a script so they are not visible when someone else sees the test?
1
vote
0
answers
14
views
Be first to answer!
asked 2 years ago by DaveyC
Tags:
Is there any way that we can embed images/screenshots as part of the Question/Answer? That will help quite a bit when trying to tell a user where to click… Hey also check out this great site @ https://eyeontesting.com
0
votes
1
answer
17
views
Tags:
Is there a way to pass values to a function? Can a function return a value to the caller?
1
vote
1
answer
15
views
asked 2 years ago by Testking
updated 2 years ago by c0d3m0nk3y
Alchemy defaults to Firefox for executing tests. How can I specify that I want a test to execute in Chrome or other browsers and versions?
1
vote
2
answers
24
views
Tags:
I have a repeater with a fixed count. Is there a way to know which iteration is currently executing from within the test?
0
votes
1
answer
14
views
Tags:
I have a suite with several tests. I would like to disable some of the tests in the suite so that they will not run automatically when the suite is executed. In my case it would be fine if those tests were not even generated with the suite as they are ...
0
votes
1
answer
8
views
asked 2 years ago by jazar
updated 2 years ago by c0d3m0nk3y
Tags:
I would like to generate some text output that will display on the console as my test is running.