get the order no from the following orderdetails
orderstring="ORD13456PNR"
eg:13456

Answer Posted / mdbasha7862@gmail.com

orderstring="ORD13456PNR"

'we can use mid function

string1=mid(orderstring,3,5)
msgbox (string1)

Is This Answer Correct ?    9 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How do you do batch testing in wr & is it possible to do in qtp, if so explain?

611


What the differences are and best practical application of Object Repository?

579


Is it possible to change the property value at runtime? How it is possible?

566


what is key word driven frame work ? why it is called like that ? what is the diference between keyword driven and data driven frame work ?

1540


I want to read XML file loaded in Quality center and compare the values with the values displayed in Application (web table).How can I do that

1386






How to interact tool & application build in QTP?

1452


Which scripting language used by quicktest professional (qtp)?

658


Explain the concept of object repository and how QTP recognizes objects?

542


How to do the scripting. Is there any inbuilt functions in qtp as in qtp-s. What's the difference between them? How to handle script issues?

521


What contains Data Driven Framework document in qtp?

1455


How to create scenario selector

1467


Hi Sudhananda, plz send me the QTP framework with any diagram and PPTS . I want to switch to automatio, I done QTP from professional person, but he does not give me his knowledge properly. so pls help me Thaks send me on following address mirajkar.akash@gmail.com

1860


There are 10 rows in the datatable. How can we fetch 2 rows and then skip 3rd row. After that, pick 4th & 5th row and skip 6th row. Please share code

1202


1.explain end to end process of qc,2.how many tabs are in qc9.0,qc10.0 3.what is review, how many reviews are following in aproject 4.how will you get the requirements 5.why do we choose testing 6.how to export tc's and requirements to qc through add-ins

1420


In qtp, how you can get the last character from a string?

546