Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How to extract part of a string between two particular characters.
#2
Solved: 10 Years, 8 Months, 4 Weeks ago
If you just want to count the number of questions -
  • Use GetROProperty to fetch the value of the items in dropdown. If for some reason it is not available then
  • You may use split function to split based on ? character . The number of questions would be UBOUND - 1 OR
  • Make use of instr function to locate ? character.
Want to fast track your QTP/UFT Learning? Join our UFT Training Course
Reply


Messages In This Thread
RE: How to extract part of a string between two particular characters. - by Ankur - 08-14-2013, 07:48 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  How to extract particular digit from a string amit25007 3 3,285 10-05-2016, 10:49 AM
Last Post: Ankur
  Spaces and special characters in datatable headings anthony1carr 2 4,019 10-21-2013, 08:33 PM
Last Post: anthony1carr
  Removing ASCII Control Characters from a file Nithin 0 5,512 09-30-2013, 11:45 PM
Last Post: Nithin
Exclamation Retrieve the complete height and width of a browser beyond the visible part as wel learnQtptips 0 2,021 05-22-2013, 09:36 AM
Last Post: learnQtptips
  XML Data read and extract output in an array SweetyChowdhury 9 7,390 05-10-2013, 03:05 PM
Last Post: SweetyChowdhury

Forum Jump:


Users browsing this thread: 1 Guest(s)