hp uft - Test sorting through QTP -
there java table in application has 1 column & 5 rows. contents of rows below. these contents arranged in descending order
172-18-zfs mktlab nfsvol datastore1 datastore1(1)
after clicking on column header sort in asceding order & order this
datastore1(1) datastore1 nfsvol mktlab 172-18-zfs
through qtp want check whether sortig correct or not. have used sort() method of dictionary doesnt give expected result. sort according alphabatical order.
in expected sorting order 1st priority should small letter capital letter number.
if built-in sort routine of scripting.dictionary not match sort routine expected application, may have create own exhibits logic want. research vbscript-based sorting option , may find 1 matches or work you. quick search revealed this topic several options.
Comments
Post a Comment