[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [QF-Test] Calling a procedure results in Exception
Hi Linda, if you receive a ProcedureNotFoundException, this means: 1.) Your procedure doesn't exist. 2.) You haven't specified the full procedure name including all packages 3.) You haven't added your test-suite containing that procedure to the "Include" area of your test-suite. 4.) In case of calling a procedure from qfs.qft, take care to specify the full procedure name every time, e.g. qfs.swing.text.clearField. Best Regards, Martin Am 02.09.2015 um 15:21 schrieb Praktikant2, DIGITAL-IIS: Hello world, when I use rc.callProcedure("text.clearField", {"component": "nameField"}) in my SUT Skript, I get the exception “de.qfs.apps.qftest.shared.exceptions.ProcedureNotFoundException”. Do I need to include something? I have this code from the manual, so there can’t be anything wrong with the code. Cheers, Linda _______________________________________________ qftest-list mailing list qftest-list@?.de https://www.qfs.de/mailman/listinfo/qftest-list -- Martin Moser E: martin.moser@?.de T: +49 8171 38648-14 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
|