get the order no from the following orderdetails
orderstring="ORD13456PNR"
eg:13456
Answer Posted / giriyappa badagar
ordStr="ORD13456PNR"
'we can use mid function
string=mid(ordStr,4,5)
msgbox (string)
OR
ordStr="ORD13456PNR"
msgbox right((left(ordStr,8)),5)
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Tell me about qtp?
What is RTM (require ment tracebulity marix) fromate?
can any one please tell me which is the best institute in Bangalore to learn QA (crash course)? Thanks
What are the challenges u faced in testing with crm domain? How u overcome with?
I hav installed QTP8.2, im working on webapplication, while running the script giving error msg like "QTPro.exe generated errors and will be closed by windows. You will restart the program. An error log is being created". Pls anybody what is the problem, what i have to do for this? Thanks...
What is meant by a Check Point in UFT? Also, explain the applicable Check Points.
What do you mean by iteration?
Subj: realtime example of Database check point, Can any one please detail on how the Database check point is utilized/implemented in a real time project. I already know how to make one by creating DSN/ODBC and writing the required query manually and other steps...I wanted the actual concept of implementation...couple of live examples will be highly appreciated. Thank you in advance
1.Qtp suppots Unix& linx or not 2why qtp suppots shell script.
Hi, I am working on microsoft infopath forms..It is standalone form..(not dotnet or web.) . I am not able to indentify any objects in it.. I am currently using active accessibility in the macro for the same but its execution is too slow.. Kindly help in case you have better solution.
Pls can anybody send me the Recent Technical and Interview Questions Which were asked in IBM(QTP)Automation PLZZZZZZZZZ
How to execute a winrunner script in quicktest professional (qtp)?
what testplan contents and what test strategy contents,what is the diff b/w them
Explain features of the latest version of qtp/ uft 12.1?
How can i test an application like Google Earth.In my application data will be fetched from a oracle database based upon which graphs are generated..so these all are dynamic..how can i use qtp here..alongwith that how can i test the map generated by a satellite just like google earth..