Search:

Type: Posts; User: sneha343

Search: Search took 0.08 seconds.

  1. Replies
    1
    Views
    3,438

    Logging excel file using log4j.properties

    Hi,

    Can anyone help me with storing logs in an excel file?
    I wanted to know how to mention the cell numbers while logging.

    Thanks,
    Sneha
  2. Replies
    5
    Views
    1,370

    Re: issue with logging!!

    This is my method:

    private void printQCTestCaseCoverage() {

    try {
    FileAppender appender = new FileAppender(new PatternLayout(), "qcCoverageReport.csv", true);...
  3. Replies
    5
    Views
    1,370

    issue with logging!!

    I have a java class that should generate .csv file named qcCoverageReport.csv and store the test results. But my java class is generating the file but not storing the log. Where have I done the...
  4. Replies
    5
    Views
    1,534

    incompatible types!!

    In my class, at the line

    for (String coveredTestCase : getCoveredQCTestCases()) {

    I am getting this error

    TestBase.java:122: error: incompatible types
    for (String coveredTestCase :...
Results 1 to 4 of 4