Today I'd like to get to know what is done in subject of creating unit test for pl/SQL scripts. 4 years ago I created some unit test for my code. I didn't use any framework or tools. It was just a other package with tests.
However I am writing what new I was learned... Today I read article about how to write unit test in Oracle SQL Developer. This part of development has it own tools, which support preparing and rollback data. Collects statistics an probably much more. However writing unit test in pl/SQL is something unusual and most developers don't do that. Even PL/SQL developers.
Second subject is testing AngularJs UI. As I checked it is possible to test UI with ProtractoJS. Protractor can execute connection and even do snapshot. I haven't tried yet but it looks promising.
No comments:
Post a Comment