1
所以我用以下RobotFramewor和DB - 如何引用返回的記錄中的值?
${versions_record}= Select From Database
... Select * from versions where item_id = '${item_id}' and item_type = '${item_type}' and whodunnit = 'Web Service Request'
這將返回我的紀錄,但我如何引用字段的值。例如記錄中的item_type。
您是否正在使用Robot Framework數據庫庫?這個問題還不清楚。參見: http://franz-see.github.io/Robotframework-Database-Library/api/0.6/DatabaseLibrary.html –