List Icon
Mailing list Archive

2019 up to July 2022 | 20182017  |  2016  2015 2014 | 2013

The mailing list has been closed since July 2022, but continues to serve as an archive of information about QF-Test.
If you want to stay informed about news about QF-Test, you can simply subscribe to our newsletter:
Subscribe to Newsletter  


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [QF-Test] Date variable playback


  • Subject: Re: [QF-Test] Date variable playback
  • From: Ivan Boelle <ivan.boelle@?.net>
  • Date: Wed, 15 Jan 2014 09:11:52 -0600

Hi Marcel,

If you want to access a specific cell of a table then the 'Id syntax for direct element access' is what you need.
https://www.qfs.de/qftest/manual/en/user_subitems.html#sec_N1229

In your case you have:
gclWorkshop.tableNo.of_waiting_cust.:
     @We 15      &0

The first part is the Table component name.
The second part starts with an '@' which means it will indicate the target Column using its label/text.
The last part starts with a '&' which means it will indicate the target Row using its index in the table.

So in your case you may do something like this:
gclWorkshop.tableNo.of_waiting_cust.:@$(ColumnLabel)&0

Regards


On Wed, Jan 15, 2014 at 7:51 AM, Marcel de Man <m.deman@?.com> wrote:
Hello,

We are recording some scripts. In this script we are recording a date, just by clicking on a specific date (see example down under).

This date is recorded by QFS with the componentID: gclWorkshop.tableNo.of_waiting_cust.:@We 15&0. Where We = Wednesday and 15 is the day.
This date is not variable and when playing the script back, it returns into an error. Actually the component value is @We 15&0 and has to be changed manually into another date.

Is there a possibility to change this component value into a variable item, so that the program understands 'the clicking' process? For example if it is recorded back and it will click on January 22, 2014 it returns back an error, because the program expect We 15&0.

Thanks in advance.








--
 
With kind regards,

Marcel de Man
CarIT - QA and Release management

Audev B.V.
Amnesty Internationalweg 7
3318 AZ Dordrecht
The Netherlands
Phone: +31 78 648 33 40
Fax: +31 78 618 47 48
Email: m.deman@?.com

Visit our              website for more information

Follow us on              Twitter

_______________________________________________
qftest-list mailing list
qftest-list@?.de
http://www.qfs.de/mailman/listinfo/qftest-list




--
Ivan Boelle
INT