07-03-2009 02:02 AM
Hello All
I have a requirement where i need to get results of sequence execution into the my custom database. My sequences are designed in such a way that high level sequence [Say Seq_1] has only "SequenceCall" steps which are further calling other sequences.
Ex:Sequence levels are as below:
Seq_1
Seq_1.1
Seq_1.1.1
Seq_1.1.2
Seq_1.2
Seq_1.2.1
Seq_1.2.2
Problem:
I need to get result of sequence execution of each level into my DB seperately in a new row.Please find below columns in DB schema
Ex:
TestID UUT_NUMBER UUT_STATUS Report_FILEPATH
1 1.0 Passed "......"
1.1 1.0 Passed "......"
1.1.1 1.0 Passed "......"
1.1.2 1.0 Passed "......"
I am able to get the TestID and but not sure how do i retrieve the UUT_STATUS or Sequence execution status for each level into my database.
Please respond asap, as this is little urgent for me.
Regards
NG
07-06-2009 01:28 AM
Can someone give suggestions on this, its really critical for me.
Regards
Goel
07-06-2009 09:17 AM
07-07-2009 01:23 AM
Thanks for reply Dennis
Actually, i forgot to mention about that i need to confiure Logging in such a way that if i run Individual lower level sequence[Seq_1.1.1] or run a higher level sequence[Seq_1], in both the cases results should get logged to DB.
07-07-2009 07:15 AM