Hi (Happy New Year)
I am having trouble and I am new in Eggplant.
Goal: I am trying to enter data in web registration form to register multiple students using eggplant.
Just for example: Here is my data looks like
name: “johnson” email “johnson@mm.edu” code: "12345, name: “allen” email “allen@mm.edu” code: "12045,
{please suggest if my data format is wrong, or the best way to achieve my goal}
My example code:
put file"~/Desktop/test" into list
repeat with each student in list
put student
end repeat
Result from this code: showing all my data along with property, I understand why it is showing all my code. I have tried few different ways but with no success
Question:
- How do I retrieve my desire data using property feature
Thanks in advance
Joy