ATF, Not setting some field values
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-11-2017 05:50 AM
Good morning Friends,
I have created a test having a step of set field values. Inside that I am setting 3 field values for a Story record. The test ran fine and the results shows that it set the field values, however when I open the record the value is not updated there, here is the test results and screenshot of record after test ran.
I you see the record, It successfully changing the Percent Complete, but not changing the order and description.
Any idea? What I am missing here?
Results
Screen shot of the record:
- Labels:
-
Automated Test Framework
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-18-2017 11:38 AM
I am opening a separate browser and opening the change form normally, and searching that record from DB and this is waht I get.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-15-2017 02:23 PM
I think this can be connected to type of the field. I checked and ATF has problem with Decimal/Percent Complete types, see Percent complete fields
Maybe this is a bug, we need more tests here.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-17-2017 07:41 AM
Thanks drbz,
I appreciate your help on this, please keep me posted if you find any solution.
Regards
Muhammad
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-18-2017 03:02 AM
Hi Muhammad,
please try to use comma-notation in both places (test step & story record):
I checked on my instance and it works when using this format. Values in these fields are reverted correctly. If unsuccessful then please try with dot-notation 91.23, 82.56, 33.66, 44.88. I hope it will help.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-18-2017 06:54 AM
Nope,
Still behaving the same.
when I enter Comma it treats that as whole number makes 88,22 to 8,822.
when I enter Dot it keep the same, but doesn't remove the data after successful execution of test.
Thanks
Muhammad.