suppose im having a string wipro123xyz i need to get the
value 123 only from the string today 123 will be in the
middle from tommorow it will be changing to front or back
how to get the no if it changes continously?
Answer Posted / sailaja
txt="123wiproxyz"
mypos=instr (1,txt,"123")
msgbox mypos
k=mid ( txt,mypos,3)
msgbox k
| Is This Answer Correct ? | 7 Yes | 1 No |
Post New Answer View All Answers
Where is the resultset of a sqlquery (which is fired by rsobj.open sqlquery,xxxx,xxxx) stored ?
Without using gui map editor we can recognize the application in winrunner ?
How does qtp identify the object in the application?
What are the different types of recovery operation?
i have two questions for regular expression :- Q1. I have date pattern eg-29/11/2011 29-11-2011 29.11.2011 Que- if any separator is there between date,month and year pattern should match else it should not match eg- pattern should not match in case of 2911-2011 Q2. let say i have a string and there is a number in between of that string eg.-Amount 30002.234 successfully credited to your account . now i have to match this pattern in such a way that even if decimal is not there pattern should match ,how i will do this using regular expression
What test you perform mostly? Regression or retesting in your testing process?
Explain the concept of object repository and how QTP recognizes objects?
Why bpt?
How to execute a winrunner script in quicktest professional (qtp)?
banking project description for software tester
How QTP identify the system time that's changes every seconds?
how can i sent QTP results to the Html, notefile ,xl file give me the code using g mail login page
HI, pls help me on this, iam not able to capture getcelldata value in javatable... msgbox javawindow("").javatable("").getcelldata(3,3) but it diaplays empty...
hi can anybody help with an qtp 9.2 license key please. Thanks, Nitesh.
How to export quicktest professional (qtp) results to an .xls file?