List Icon
Archive de la liste de diffusion

La liste de diffusion est fermée depuis juillet 2022, mais sert toujours d'archive d'informations sur QF-Test.
Cependant, si vous souhaitez rester informé des nouveautés concernant QF-Test, vous pouvez simplement vous
abonner à la newsletter 

our obtenir des informations à jour sur chaque version - y compris les versions mineures - vous pouvez
nous pouvez vous abonner au flux RSS ou nous suivre sur les médias sociaux.
Alternativement, QF-Test fournit également des informations sur la version elle-même.

Une autre source d'information est notre blog, qui contient des articles actuels sur des thèmes généraux, sur l'entreprise QFS et aussi divers "how-tos", veuillez vous
ABonner au Blog


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [QF-Test] How to setup dependencies after each test case without breaking the flow


  • Subject: Re: [QF-Test] How to setup dependencies after each test case without breaking the flow
  • From: "Plamen Veselinov, QFS Support" <support@?.de>
  • Date: Mon, 3 Apr 2017 10:06:37 +0200
  • Delivered-to: qftest-list@?.net

Dear Marek,

if you nest dependencies instead of chaining them, your idea should work flawlessly.
Please find attached an example Test-suite. In the main dependency I have included a forced Cleanup with the ParseLogs procedure call.
Additionally there is one more dependency reference which takes care of the SUT Setup and Cleanup.

    


The test-suite is based on the CarConfigFx Demo "\qftest-4.1.3\demo\carconfigFx_en.qft"

I am not sure how you want to parse the SUT logs, but in case you need the SUT output from QF-Test use this variable {qftest:client.output.<name>},
detailed info here: https://www.qfs.de/en/qf-test-manual/lc/manual-en-user_variables.html#table_7.1

Best Regards,
Plamen Veselinov, QFS Support


On 29.03.2017 13:38, Nedvěd, Marek wrote:

Hello,

 

I am trying to add a script to my QFTest suite, which would search SUT logs for errors after each test case. However, I am having trouble to setup the dependency chain so it fires after each test case and doesn’t break the flow.

 

So far I’ve tried to add second dependency reference to the “main” dependency (Dep1 in the picture), which starts the application, but the problem is, that it breaks the flow and each time another dependency is set (DepenB), it gets after each test case reset (Cleanup of DepenB gets fired after each test case). Interestingly – the Cleanup of the main dependency (DepenA) isn’t fired.

 

More successful I’ve been by putting the parsing procedure to the Setup of the “main” dependency, then the other dependencies are saved, but the downside is, that the errors in logs would be assigned to the following test and I would have to add one  “fake” test  after the last test case. And it doesn’t feel right.

 

I hope I am somewhat clear on what I’m trying to achieve. Is there a trick how could I do that or do I have to call the Procedure in each nested cleanup?

 

 

Mit freundlichen Grüßen

Marek Nedvěd

qualitype GmbH - IT works.

_________________________

 

Marek Nedvěd

Softwaretester

 

Tel +49 351 8838 2800 | m.nedved@?.de

 

qualitype GmbH | Moritzburger Weg 67 | 01109 Dresden | Germany

Tel +49 351 8838 2800 | Fax +49 351 8838 2809 | www.qualitype.de

 

Sitz der Gesellschaft / Head office: Dresden | Amtsgericht Dresden HRB 31753

Geschäftsführer / Management: Dr. Wilhelm Zörgiebel | Dr. Frank Götz

 



_______________________________________________
qftest-list mailing list
qftest-list@?.dehttps://movement.qfs.de/mailman/listinfo/qftest-list

--
_______________________________________________________________
Plamen Veselinov

E: plamen.veselinov@?.de
T: +49 8171 38648-21
F: +49 8171 38648-16

Quality First Software GmbH | www.qfs.de
Tulpenstr. 41 | 82538 Geretsried | Germany
GF Gregor Schmid, Dr. Martina Schmid, Karlheinz Kellerer
HRB München 140833   

--
_______________________________________________________________

Get the most out of QF-Test - Support directly from the authors
* Training & consulting: www.qfs.de/en/qftest/training.html
* Phone & email support: www.qfs.de/en/qftest/support.html
_______________________________________________________________

Plamen Veselinov
Development & Support

E: support@?.de
T: +49 8171 38648-21
F: +49 8171 38648-16

Quality First Software GmbH | www.qfs.de
Tulpenstr. 41 | 82538 Geretsried | Germany
GF Gregor Schmid, Dr. Martina Schmid, Karlheinz Kellerer
HRB München 140833   

Attachment: parse_logs.qft
Description: application/qftest