Votes
Answers
Views
Question
0
votes
1
answer
7
views
asked 2 years ago by Heckler
updated 2 years ago by c0d3m0nk3y
I want to use relative paths so that my compiled executable tests are portable. If I specify the location of a data file in a relative path like "data/". Where would that be located for interactive tests?
2
votes
1
answer
13
views
asked 2 years ago by Testking
updated 2 years ago by c0d3m0nk3y
Im trying to find a way to find and follow links on a page. How can I get a list of links on a page?
3
votes
1
answer
9
views
asked 2 years ago by Prasad_Langoju
updated 2 years ago by Testking
Alchemy allows me to generate and compile source even if I forget to add required integrations. In this case, where can I see the reports after executing the respective suite via cmd.
0
votes
1
answer
13
views
asked 2 years ago by shekar_r
updated 2 years ago by c0d3m0nk3y
Tags:
What is use of Scroll action in testing, also how can we use scroll action in test.
0
votes
0
answers
8
views
Be first to answer!
asked 2 years ago by shekar_r
Tags:
After recording a test, how can we use Identifier Details option in test step and what type we need to select.
0
votes
1
answer
9
views
asked 2 years ago by Bakar_Ahmed
updated 2 years ago by c0d3m0nk3y
Tags:
Iam trying to import old suite inside my current suite, how can I get that? Also can I import only tests from a old suite? or only functions? is that possible? how to achieve these?
1
vote
1
answer
12
views
asked 2 years ago by Bakar_Ahmed
updated 2 years ago by c0d3m0nk3y
Tags:
once the data file is added to alchemy in the form of .csv (ex: sample.csv), and if we add data to the steps in a test then, does the steps in a test take the values from the data file present in alchemy (which we added just now sample.csv)? or will it ta...
2
votes
1
answer
24
views
asked 2 years ago by Akshay_kamble
updated 1 year ago by DaveyC
Tags:
In a suite I have a multiple tests and I want to create the global variable which I want to use across multiple test cases within a test suite, How can I do this in Alchemy IDE?
0
votes
1
answer
10
views
Can anyone tell me how to set up the child step for any test-step to achieve conditional statements?
asked 2 years ago by Akshay_kamble
updated 2 years ago by c0d3m0nk3y
Tags:
I recorded a test but I don't know how to set up the for child step for any test-step to achieve conditional statements? I mean how to achieve parent child structure?