Forum Discussion
phanisrikar
14 years agoContributor
Let me explain my test case:
1. GenerateHeader
2. CreateRecord
3. GenerateHeadertoRead
4. ReadRecord
5. GenerateHeaderToDelete
6. DeleteRecord
Ideally, one virtual user has to execute the steps sequentially and the variable which I have used to store the header values are different(I am not using the same variable) also I think every virtual user will get a copy of test case so there wont be any overlapping / overridding of variable values by different virtual user.
Since I have some kind of java code involved in generating the headers, Is there any issue in running the code which encodes some parameters ?
Please help
Thanks
Phani
1. GenerateHeader
2. CreateRecord
3. GenerateHeadertoRead
4. ReadRecord
5. GenerateHeaderToDelete
6. DeleteRecord
Ideally, one virtual user has to execute the steps sequentially and the variable which I have used to store the header values are different(I am not using the same variable) also I think every virtual user will get a copy of test case so there wont be any overlapping / overridding of variable values by different virtual user.
Since I have some kind of java code involved in generating the headers, Is there any issue in running the code which encodes some parameters ?
Please help
Thanks
Phani