Mailingliste - Einträge 2017
Die Mailingliste ist seit Juli 2022 geschlossen, dient aber weiterhin als Informationsarchiv zu QF-Test.
Wenn Sie aber über Neuerungen zu QF-Test informiert bleiben wollen, können Sie einfach unseren
Newsletter abonnieren
Um aktuell die Informationen zu jeder Release - auch Minor Releases - zu bekommen, können Sie den
RSS-Feed abonnieren oder uns in sozialen Medien folgen.
Alternativ bietet QF-Test auch selbst eine Versionsinformation an.
Eine weitere Informationsquelle ist unser Blog, in dem es aktuelle Beiträge zu allgemeinen Themen, zur Firma QFS und auch diverse "How-Tos" gibt:
Blog abonnieren
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [QF-Test] possible to run multiple QFTest instances on a server?
Hi Adesh, it is possible to a limited degree. There's nothing preventing QF-Test from running parallel tests on a single desktop but there's going to be contention for keyboard focus and for the mouse cursor in case you need hard events. For the record: Running parallel tests on a single desktop is not advisable and in many cases it simply won't work. If, however, your tests are simple enough and appear to run fine in parallel then by all means go ahead and implement that solution. The only way to find out whether it works for your tests is to try. How you start the tests is up to you. You can use Jenkins and run multiple QF-Test instances in parallel or you can run a QF-Test daemon and trigger multiple tests there. But before you invest a lot of time setting up the perfect server you should simply create a bat file to run multiple tests in parallel via qftest -batch and see how it works. Of course our support will help trying to tune your tests if necessary, but I can't make any promises. Best regards, Greg "Siddhu, Adesh" <Adesh.Siddhu@?.org> writes: > Hi Michael – it is the opposite. > > We DO want to run multiple simultaneous occurrences of QFTest. Is that possible? > > Adesh Siddhu > > Director of Applications > > Santa Clara County - Social Services Agency > > 408-755-7318 > > adesh.siddhu@?.org > > From: Michael Wildenauer [mailto:dt0a24@?.com] > Sent: Thursday, January 26, 2017 12:13 AM > To: Brasche, Rick; qftest-list@?.de > Subject: Re: [QF-Test] possible to run multiple QFTest instances on a server? > > Good morning Rick, > > if the scripts do not have to run simultaneously (at the same time), you should have a look at jenkins (https:// > jenkins.io/). We run our test scripts triggered by jenkins. You can configure the jenkins slave in order to run only > one qf-test at the same time so you won't have any concurrencies. > > By the way, Jenkins is a much easier way to control your scripts compared to batch files. > > Best regards / Cordialement / Mit freundlichen Grüßen > > Dipl.-Inform. Michael Wildenauer > Software Development JAVA, ISTQB Certified Tester > > [ci] > > C&A Services GmbH & Co. OHG | Wanheimer Str. 70 | 40468 Düsseldorf | Germany > T +49 211 98722164 | Michael.Wildenauer@?.com > > Visit us on www.c-a.com or www.facebook.com/ca > > Please consider the environmental impact of needlessly printing this e-mail. > > From: "Brasche, Rick" <Rick.Brasche@?.org> > To: "qftest-list@?.de" <qftest-list@?.de> > Date: 25.01.2017 20:00 > Subject: [QF-Test] possible to run multiple QFTest instances on a server? > Sent by: qftest-list-bounces@?.de > > ---------------------------------------------------------------------------------------------------------------------- > > Good morning all: > > We’ve been using QFTest as an automation tool to enter data and change records for systems where we do not have direct > database access. We now have three or four scripts that are manually started on a scheduled basis. We have been > successful in getting a single script to schedule in a batch file, but we’re now getting requests that are concurrent. > We’re utilizing a few virtual machines to handle this now. What we want to do is have a single server that can run > multiple scripts simultaneously from command line BAT file. > > We’d also like to be able to run multiple instances of the GUI if possible, to save on VM license and maintenance > issues. > > Any advice would be appreciated_______________________________________________ > qftest-list mailing list > qftest-list@?.de > https://archive.qfs.de/mailman/listinfo/qftest-list > > C&A Services GmbH & Co. OHG | Wanheimer Straße 70 | D-40468 Düsseldorf | Sitz: Düsseldorf | Registergericht: > Düsseldorf HRA 12655 | Telefon: +49 (211) 9872-01 > Persönlich haftende Gesellschafter: C & A Retail GmbH | Sitz: Zug/Schweiz | UID: CHE-116.290.471 > Geschäftsführer: Christoph Hammer, Robert H. A. M. Smeele, Petrus J. Zegger > FRM PARTICIPATIONS S.A. | Sitz: Luxemburg/Luxemburg | Handels- und Firmenregister Luxemburg: B 58158 > Verwaltungsratsmitglieder: Rafael G. E. Bogaerts, John Drury, Dimitri Maréchal, Johny Seré, Robert H. A. M. Smeele, > Matthias Van der Looven > Bankkonto: Commerzbank AG | IBAN: DE84 3004 0000 0132 4300 00 | SWIFT/BIC: COBADEFFXXX -- Gregor Schmid E: gregor.schmid@?.de T: +49 8171 38648-11 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
|