S
shilpi.agarwal3373
Guest
Hi Team, I am creating Test cases in ABLUnit project and want to execute test cases from ANT. I Created ANT script to compile the progress programs (.p's) and execute the test cases. My Ant Script for compiling the programs are working fine but when I try to execute the test case(test procedure), I am getting an error. C:\shilpi\poc\ablunit\tests --- contain test cases(.ps) C:\shilpi\poc\ablunit\build --- contain compiled Progress programs(.r's) C:\shilpi\poc\ablunit\results --- Result of test case execution in XML form. ANT script for executing test cases- Error:- Buildfile: C:\shilpi\POC\ablunit\build.xml taskdef: prepare: [echo] Directory created clean: [echo] clean done compile: [PCTCompile] PCTCompile - Progress Code Compiler [PCTCompile] 2 file(s) compiled [echo] Build process ablunit: [ablunit] Running C:\shilpi\POC\ablunit\tests\testFindCust.p BUILD FAILED C:\shilpi\POC\ablunit\build.xml:37: com.progress.openedge.ant.ablunit.ABLUnitTaskException: The results file does not exists: C:\shilpi\POC\ablunit\results\res\Test-ABLUnit-testFindCust.xml Total time: 8 seconds Please suggest.
Continue reading...
Continue reading...