Forum Discussion

Nickolas's avatar
Nickolas
Occasional Contributor
3 years ago
Solved

How to update DBTable columns?

After each major section of my test cases, I run a DBTable Compare to check if the data was saved correctly by the application.   Sometimes, we have to remove/rename fields from the database and th...
  • anupamchampati's avatar
    3 years ago
    As far I know for editing the fields you have to go to store and edit the tables and select the fields, files are generally store in encrypted form so you won't be able to edit in outside any software.

    If fields are very often changing, you can maintain an input select or any query (may be in excel , text file or CSV) and use the scripting code to fetch input from this files and you can play with the output.