member not found error is seen.
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-11-2018
12:28 PM
06-11-2018
12:28 PM
member not found error is seen.
any suggestions why I am getting this error:
Run the below script:
var flag = 0;
for(var i= 0;i<Grid.wRowCount;i++){
if(String(Grid.wValue(i,1))== "500322" && String(Grid.wValue(i,2))== "COUNTRY" && String(Grid.wValue(i,3))== "TEST" && String(Grid.wValue(i,4))== "Canada"){
Log.Message("Row exists");
flag = 1;
break;
20 REPLIES 20
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-12-2018
10:49 AM
06-12-2018
10:49 AM
I would contact SmartBear support directly then...
Although, based upon your most recent screenshot, you still have something going wrong with wItemCount which seems to indicate some Object Mapping still hanging around out there. Go through ALL the object mapping on your project and make sure you've removed all custom references and the XtraGrid is ONLY under the DevExpress Winforms section.
Robert Martin
[Hall of Fame]
Please consider giving a Kudo if I write good stuff
----
Why automate? I do automated testing because there's only so much a human being can do and remain healthy. Sleep is a requirement. So, while people sleep, automation that I create does what I've described above in order to make sure that nothing gets past the final defense of the testing group.
I love good food, good books, good friends, and good fun.
Mysterious Gremlin Master
Vegas Thrill Rider
Extensions available

- « Previous
- Next »
- « Previous
- Next »