List Icon
Archiv Mailingliste

2019 bis Juli 2022  2018  | 2017 2016 2015 | 2014 | 2013

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:
Newsletter abonnieren


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

Re: [QF-Test] Web (GWT): Recording an INPUT component which is marked as 'disabled=""'


  • Subject: Re: [QF-Test] Web (GWT): Recording an INPUT component which is marked as 'disabled=""'
  • From: Ralf Pfiszter <ralf.pfiszter@?.at>
  • Date: Tue, 20 Aug 2019 10:02:24 +0000
  • Delivered-to: qftest-list@?.net
  • Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=apussoftware.onmicrosoft.com; s=selector2-apussoftware-onmicrosoft-com; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck; bh=99BbGSbr++E1Oir3DlksFvj/qrhSZjQp+TuHT05QpKY=; b=iMPm4AQhpfyNf9wHq1SxAB/bpAMW9QToLtvILBImLuNxT/5mqvFgaMwnlTOZx6dIZCE6IyeKSFRi2VVcXjhpGSgKHnL86a4/cHQ4nHu8FtWvzs0GIoqVfKFnajetH8qZDxtb2j/nEe29VCmd7kh/Z7WkQ69yF2Ka/gbzacMI53k=

Hi Plamen,

thank you for your hint.

I already was wondering why I could not record those...

Indeed I have changed the CustomWebResolver to recognise other application specific GWT components.
From your answer I deduce that I unintentionally "deactivated" there something.

I will look for extracting a testsuite to narrow the topic.


Mit freundlichen Grüßen / Kind regards / Sincères salutations

Ralf Pfiszter




apus| Software GmbH
Paracelsusweg 1| A-8144 Tobelbad
+43 3136 62417 (Zentrale)| +43 664 88 67 62 90
www.apus.co.at| ralf.pfiszter@xxxxxxx

 

Am 20.08.2019 um 09:23 schrieb Plamen Vesselinov, QFS Support:
Hello Ralf,

I have checked the problem using the HTML from your E-Mail in a JSFiddle, here is the link:
<http://jsfiddle.net/n2v85ktp/>

I was able to record the elements. I am using the default CustomWebResolver mappings for GWT. Perhaps you have changed something in your CustomWebResolver, you should check there. Also if you still cannot find the problem, please send your test-suite with the CustomWebResolve mappings to support@xxxxxx.

P.S. Once the fields can be recorded you may use check mode, fetch text node etc.

Best Regards
Plamen Veselinov

On 12.08.2019 13:48, Ralf Pfiszter wrote:
Hi,

I am creating test cases in a GWT application.

I just face the issue that QFTest does not record a disabled INPUT tag which is defined with <input ... disabled="">
However, it records it correct if "disabled" is not set.

In the first case it only records the enclosing <div> tag.

How can I tell QFTest to also record the disabled INPUT tag? What do I need to do / configure?
In this special case I want to get / read / check the value which is contained in the tag.


The following records only the enclosing div tag:
<div>
   <div class="gwt-Label GF1HCY1CIG">Wochenstunden</div>
   <input type="text" class="GF1HCY1CNC GF1HCY1CCG GF1HCY1CIH"*disabled=""*>
<div>

The following records the INPUT field:
<div>
   <div class="gwt-Label GF1HCY1CIG">Tagesstunden</div>
   <input type="text" class="GF1HCY1CNC GF1HCY1CCG GF1HCY1CIH">
<div>

Thank you


Mit freundlichen Grüßen / Kind regards / Sincères salutations

Ralf Pfiszter


------------------------------------------------------------------------

apus     | Software GmbH     <www.apus.co.at>
Paracelsusweg 1     | A-8144 Tobelbad
+43 3136 62417 (Zentrale)     | +43 664 88 67 62 90
www.apus.co.at<https://www.apus.co.at>     | ralf.pfiszter@xxxxxxx<mailto:ralf.pfiszter@xxxxxxx>


_______________________________________________
qftest-list mailing list
qftest-list@xxxxxxxxxxxxxxx
https://movement.qfs.de/mailman/listinfo/qftest-list



GIF image