Forum Discussion

Rodrigo20's avatar
Rodrigo20
Contributor
11 years ago

Problems with Checkpoints (Region and Property Checkpoints)

Hi guys

 

I'm learning about checkpoints and I've been performed some tests, but when I performed some tests using checkpoints, I got errors with property checkpoints and region checkpoints, and those errors were:

 

Property Checkpoint:

When I used the finder tool to find the component, I was able to find the component correctly (a textfield with value), but during the running, the finder tool cannot find the value that I typed on the textfield, the property checkpoint just does not identify the value that I typed during the run.

 

 

Region Checkpoint:

I record the test on Internet Explorer and when I perform the test on Internet Explorer, everything goes ok, but if I change the browser, chrome for example, due to the size of the area of the browser be different, the region checkpoint is not able to validate the picture on other browser. I tried to define a greater value of the pixel tolerance, but it did not work also.

 

 

 

Could you guys please help me? I really appreciate it!

 

 

 

Thank you very much!

4 Replies

  • Hi,

     

    Property Checkpoint

    What property do you use to get the value you specified in the text box? Is it wText?

    I recommend that you debug your test to try to identify the reason of why the checkpoint fails.

     

    Region Checkpoint

    What images are you trying to compare? Please post here the images you got from IT and Chrome.

    • Rodrigo20's avatar
      Rodrigo20
      Contributor

      Hi Tanya,

       

       

      Regarding the property checkpoint, I've been getting this error:

      propertycheckpointerr.png 

       

       

       

      Regarding the Region Checkpoint, here is the error:

      imageerror.png

      • TanyaYatskovska's avatar
        TanyaYatskovska
        Icon for Alumni rankAlumni

        Hi Rodrigo,

         

        According to the error, the property checkpoint failed as the actual value of the idStr property you compare is cpf, while you expect to get the teste validando checkpoints value. Thus, this is expected. If you want to change the values, you need to check the checkpoint settings.

        As for the Region checkpoint, switch to the Additional Info tab as it’s said in the error text – you should see more information there.