Forum Discussion

asmatullah's avatar
asmatullah
Contributor
12 years ago
Solved

Adding GeneralEvents_OnStopTest(Sender) increases TestComplete's Execution time

I have added GeneralEvents_OnStopTest(Sender)  to save test result to some drive .

It ias observed that due to addition of event TestComplete execution time has increased a lot . I have attached the Log screens which shows the differences . 
  • Hi Khan,

     


    This behavior may be caused by the way you save the test results.


    In what format do you save the results? Try using Jorge's suggestion from here. Does it help?

5 Replies

  • Hi Jose,

     


    We have noticed this issue, as well. Images with more than 400 px in width are automatically converted to the *.jpg format with the poor quality. As a result, it's practically impossible to see what is displayed on it :(


     


    It looks like this issue is related to some changes made in our CMS that we recently updated. Our web team is investigating this.


     


    We are sorry for the inconvenience.

  • Hi Khan,

     


    This behavior may be caused by the way you save the test results.


    In what format do you save the results? Try using Jorge's suggestion from here. Does it help?

  • jose_pita's avatar
    jose_pita
    Super Contributor
    Tanya, 



    Something not related to this specific thread but to the forum: have you decreased the image quality of the attachements? It is the second time today that I want to see an attached image but it is too small so I can't figure out the text...

    Never happened before...
  • Hi Tanya ,



    I am using .MHT format to save test results .

    when I use the mentioned event , I found that the execution gets slow down .

    Also when I remove the event , the execution gets very fast ..



    Is it that at every test item the event gets executed  ? 



    I am doing region check for my application it gets done in 2-3 min .

    But if I use events for Saving Log it takes almost 20 min .

    So currnetly I have removed the events and saving the result using some

    workaround .



    Any solution .Any help