How do I add text into the output column?

No matter what I’ve tried, and searched through the user guide, I don’t see a way to add things into the output column.

Can someone clarify how it’s done?

1 Like

i second this question

What would you like to see in the output column?

I’m Not sure, nothing in the user guide shows what should be in there, and in the test suite reports, there is clearly a place for text. However, clicking in the actual output column to add anything in, nothing happens.

To me, It seems to be a complete waste of space, if it doesn’t do anything.

The ‘Output’ column appears to be optional. It does appear to work / be necessary under some circumstances. E.G. when using ‘Web UI Keyword’ and doing a ‘Get Text’ command - The Object field contains the Object you want to copy and the ‘Output’ field contains the variable you want to store.

1 Like

I see, thanks for your help.

Do you by chance know if you can add more columns to the screen?

how to fetch value and store in a variable?in case of getCSSValue, how to fetch value and use it in subsequent test steps?

SOUMA DUTTA said:

how to fetch value and store in a variable?in case of getCSSValue, how to fetch value and use it in subsequent test steps?

Your_Variable = WebUI.getAttribute(findTestObject('OKAL/BO/AddNewSender_Page/id_User_Surname'), 'value')

what is the use of output and description column