count assertion question
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-11-2007
05:42 PM
10-11-2007
05:42 PM
count assertion question
I want to use a count assertion but in the expected result I want something like '>3'. How can I put an expression as opposed to a finite number in the expected results window.
Thanks
Ali
Thanks
Ali
1 REPLY 1
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-11-2007
05:44 PM
10-11-2007
05:44 PM
Hi!
put this in the xpath expression instead and set the expected value to "true", ie
//some/xpath/text() > 3
which should be
true
Hope this helps!
regards,
/Ole
eviware.com
put this in the xpath expression instead and set the expected value to "true", ie
//some/xpath/text() > 3
which should be
true
Hope this helps!
regards,
/Ole
eviware.com
