get the order no from the following orderdetails
orderstring="ORD13456PNR"
eg:13456
Answer Posted / nihar ranjan
orderstring="ORD13456PNR"
'we can use mid function
string1=mid(orderstring,4,5)
msgbox (string1)
'It will work definitely.......
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Explain how Selenium is different from UFT?
What are the general steps involved in the data driven framework?
what QTP Options do you know?
I want to capture data(using keyword) from msdos application using QTP?... Below is little work i could do on it... /* Set app=CreateObject("Wscript.shell") SystemUtil.run ("C:\Users\Agent\Desktop\pumpsim\PUMPSIM.EXE") Window(“PUMPSIM.EXE”).Activate wait(3) app.sendkeys "N" */ Thanks in advance...!!!
How to execute a winrunner script in quicktest professional?
how could i download qtp in which i get add-in support for 'oracle' is there any way to get it? i finding but not getting pls help me out :)
How do you know the location Id of an object if you know its index id?
What is the difference between run time object and test object?
For which type of projects the iterative model is not suitable?
Can we run test with out adding object in object repository? How it is possible?
How many lines of code in each script of QTP?
Is the qtp course will help to create a virtual object?
What are the steps involved in the recovery scenario wizard?
How to do call a output parameter from one action to another action??/
What is recovery scenario manager? When you go for recovery scenario manager? Tell me one scenario were your used recovery scenario in your project?