Hi,
It is Java compilation error. You test source code requires
DataSource package, which were not provided. Do you know where is
that DataSource package? Maybe some custom JAR file or another
source code?
--
Andrey Pokhilko
Open Source Initiatives Leader


CAUTION: This email originated from outside of CA. Do not click links or open attachments unless you recognize the sender and know the content is safe.
--
You received this message because you are subscribed to the Google Groups "codename-taurus" group.
To unsubscribe from this group and stop receiving emails from it, send an email to codename-taur...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/codename-taurus/28eeaf83-e282-417e-ab2b-02cada84045a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
I'm sorry, I did not understand...
--
Andrey Pokhilko
Open Source Initiatives Leader


CAUTION: This email originated from outside of CA. Do not click links or open attachments unless you recognize the sender and know the content is safe. In this test script I’m using data source for input data i.e the data is fetched from Json and excel files . So how to handle this type of test scripts , please let me know -- You received this message because you are subscribed to the Google Groups "codename-taurus" group. To unsubscribe from this group and stop receiving emails from it, send an email to codename-taur...@googlegroups.com. To view this discussion on the web visit https://urldefense.proofpoint.com/v2/url?u=https-3A__groups.google.com_d_msgid_codename-2Dtaurus_19afa8bc-2Db36e-2D43c5-2Da61e-2Da8a04e04c151-2540googlegroups.com&d=DwIFaQ&c=_hRq4mqlUmqpqlyQ5hkoDXIVh6I6pxfkkNxQuL0p-Z0&r=TYaXQ-5u93AENE9irpiEsQDvdSpc1NV3Mu3uPc4zqskaIMBFIWPTByAIcCm5xjEb&m=dOAqJ32OcIBc791ZdSyBnna3w8qlUlLgXtbbYfLHAW4&s=o0UkNdd9QYZA_ZH_84Ia4K0D6uFTUKjn-RiDGILTsnk&e=. For more options, visit https://urldefense.proofpoint.com/v2/url?u=https-3A__groups.google.com_d_optout&d=DwIFaQ&c=_hRq4mqlUmqpqlyQ5hkoDXIVh6I6pxfkkNxQuL0p-Z0&r=TYaXQ-5u93AENE9irpiEsQDvdSpc1NV3Mu3uPc4zqskaIMBFIWPTByAIcCm5xjEb&m=dOAqJ32OcIBc791ZdSyBnna3w8qlUlLgXtbbYfLHAW4&s=BPG1DSx8SMkUKeuKZh2UN5zwnoI_pGvLTZlZEDAVD98&e=.
You then need to specify your additional JARs as
"additional-classpath" items, see here:
http://gettaurus.org/docs/JUnit/#Configuration-Options
--
Andrey Pokhilko
Open Source Initiatives Leader


CAUTION: This email originated from outside of CA. Do not click links or open attachments unless you recognize the sender and know the content is safe. So this test script contains login page , the login credentials are entered from json or excel file which is using external jar -- You received this message because you are subscribed to the Google Groups "codename-taurus" group. To unsubscribe from this group and stop receiving emails from it, send an email to codename-taur...@googlegroups.com. To view this discussion on the web visit https://urldefense.proofpoint.com/v2/url?u=https-3A__groups.google.com_d_msgid_codename-2Dtaurus_087a9325-2Dc608-2D47ba-2Db8d5-2Debeb6de31510-2540googlegroups.com&d=DwIBaQ&c=_hRq4mqlUmqpqlyQ5hkoDXIVh6I6pxfkkNxQuL0p-Z0&r=TYaXQ-5u93AENE9irpiEsQDvdSpc1NV3Mu3uPc4zqskaIMBFIWPTByAIcCm5xjEb&m=hNT7JgJ-1GSoCzp_SWA1qz7SIs0b5nme2Z4w0-kJPCQ&s=0esuUPzzV401tcylf-ntizf1SIVxEZOadDUoqhAYbNY&e=. For more options, visit https://urldefense.proofpoint.com/v2/url?u=https-3A__groups.google.com_d_optout&d=DwIBaQ&c=_hRq4mqlUmqpqlyQ5hkoDXIVh6I6pxfkkNxQuL0p-Z0&r=TYaXQ-5u93AENE9irpiEsQDvdSpc1NV3Mu3uPc4zqskaIMBFIWPTByAIcCm5xjEb&m=hNT7JgJ-1GSoCzp_SWA1qz7SIs0b5nme2Z4w0-kJPCQ&s=Fw0WSOw3qN4P0hI2GzdLbvgqfSEDmC6CYjsDggtZyUE&e=.