Votes
Answers
Views
Question
0
1
4
asked 1 year ago by Heckler
updated 1 year 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
1
9
asked 1 year ago by Testking
updated 1 year 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
1
8
asked 1 year ago by Prasad_Langoju
updated 1 year 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
1
12
asked 1 year ago by shekar_r
updated 1 year ago by c0d3m0nk3y
Tags:
What is use of Scroll action in testing, also how can we use scroll action in test.
0
0
5
Be first to answer!
asked 1 year 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
1
7
asked 1 year ago by Bakar_Ahmed
updated 1 year 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
1
5
asked 1 year ago by Bakar_Ahmed
updated 1 year 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
1
15
asked 1 year 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
1
6
Can anyone tell me how to set up the child step for any test-step to achieve conditional statements?
asked 1 year ago by Akshay_kamble
updated 1 year 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?