
- Forum
- Testing
- Software Testing
- Winrunner Test Script
Winrunner Test Script
This is a discussion on Winrunner Test Script within the Software Testing forums, part of the Testing category; Hi, I am having following query: I am executing a winrunner test script which adds a new record, although while ...
-
Winrunner Test Script
Hi,
I am having following query:
I am executing a winrunner test script which adds a new record, although while inserting the data, script updates a read-only field.
Application does not display any message on updating the read-only field or while saving the record.
Can someone tell me if this is the limitation of winrunner or application under test.
-
01-04-2007, 06:38 AM #2
- Join Date
- Dec 2006
- Location
- Bangalore
- Answers
- 2
Hi,
This is surely the application problem because application should not allow to update read-only fields. If it is allowing means, it is a bug. But you need check the field by Status i.e enabled or dissabled.
In your case the read-only field should be dissabled. So you need to include the steps in the script to check the status. if the perticular field enabled means, you can fail the script by skipping the remaing part. or you can procced remaining add record part. But perticular step should be faild

Reply With Quote





