Automated Test Framework and Reference Qualifiers

Perry Boykin
Tera Contributor

I am building an ATF test for a catalog item in our Service Portal. One of the drop-down boxes we have uses a reference qualifier to display choices to the submitter. Selecting it as variable value only returns the first 10,000 entries. We found out reference qualifier is not supported in ATF (KB0726342).

Is there another way we can get ATF to work with this field?

3 REPLIES 3

Philippe Casidy
Tera Guru

Hi Perry,

 

I think you can set the variable using the picker instead.

Which means that the picker can get the value from

- A Record Query you did before (I made a Random Record Query for such situations to return various values)

- A test parameter

- A Server-side script

 

Please let me know your questions, I can expand on those topics.

 

Thanks

Philippe

Thanks Philippe. We'll give it a try and report back.

Hello Philippe,

 

I had this problem that Perry posted; I have tried the record query but didn't work. The test parameter didn't work either.

Can you help me with a sample server-side script that can get a variable from one table, to populate another field?

Thank you.