Skip to Main Content

General Development Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

How to version OATS scripts

Deepu MuraleedharanSep 11 2020 — edited Sep 11 2020

Hi,

Like to know how to maintain versioning of OATS scripts (like Selenium scripts in git).

As far we used to maintain scripts in server shared folders which I feel as a bad practice.

So please share any better ideas/solutions for the same.

Thanks,

Deepu M

Comments

522770
Hi Sascha,

DB XML has no current plans to support XInclude. Could you use an external XInclude processor to assemble your documents before they are put into DB XML?

John
473555
Could you use an external XInclude processor to assemble your documents before they are put into DB XML?
That would defeat the purpose I had in mind - storing a document once and then referencing it from multiple other documents. As I said I think that's pretty easy to implement using XQuery.

I just wanted to ask if XInclude was somewhere on the horizon.
Gmfeinberg-Oracle
Sascha,

The upcoming 2.3 release has support for classes that can be used
to "pull" result content as a stream of events, which could
allow your application to efficiently recognize, and use Xinclude
attributes.

Regards,

George
473555
Hi,
The upcoming 2.3 release has support for classes that
can be used to "pull" result content as a stream of events.
Sounds great - I think I already have some ideas of how to use that. :-)
1 - 4

Post Details

Added on Sep 11 2020
1 comment
167 views