S
shilpi.agarwal3373
Guest
Hi Team, My question is - Do we need to give absolute path for connecting database in ABLUnit(@Before)? Cant we give relative path to connect to database in ABLUnit? I am writing testcases in ABLUnit and calling "connectdb.p" in @Before annotation. The "connectdb.p" calls the paramerter file (test.pf) which connects the database. "connectdb.p" -- CONNECT -pf c:\shilpi\poc\ablunit\devproperties\test.pf. /*CONNECT -pf devproperties\test.pf.*/ propath of ABLUnit is- If i give absolute path, then ABLunit works fine. but when i give relative path (devproperties\test.pf) in CONNECT statment, then an error appears- since c:\shilpi\poc\ablunit exists in propath so it should pick parameter file devproperties\test.pf. But it does not. ABLUnit Testcase- Please suggest and figure out if I doing something wrong.
Continue reading...
Continue reading...