Answer Posted / baba fakruddin
Hello Ss,
What do you think about your answer. Are you sure 100% it is
correct. Here many people used to learn many things, if you
don't know the answer please ask do not give answers. You
are showing the wrong path to viewers. please do not repeat
again, be professional asking question and learning is not
wrong don't feel like that.
Okay...
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
How to explain a banking project in interview as a test engineer???
can any body give the banking domain concepts/links
What are the types of object repository in qtp?
Which recording modes need more memory?
can any body plz help by sending the qtp docs and qtp ppt's? this is my mail id:murali.padeti@gmail.com
i can done the project with QTP in that time i can say how many members in my team size?
How can I change object description or check point values in qtp?
how can you do retesting (datadriven test) using notepad amd by using functions NOTE u should not use datatable methods
What is post recovery scenario?
What is the difference between run time object and test object in QTP?
how many maximum number of virtual users we can create?
Explain the difference between check point and output value?
Is there any relation between Keyword Driven Framework and Recording modes provided in QTP( whether Recording modes are applied on keyword driven framework or not?)
Give me detailed theritical explanation about keyword driven, hybrid framework, environment variables, hybrid frame work
Hi, I am using OutputCheckPoint for 2 webelements Bed:4 and Bath:2 Full,1 partial in my result page and I am storing the value in the data table. I dont need the string Bed:4,I would like to get only the no 4. How can I get it? Even though I highlight only 4,It is seleting the full value "bed 4". Same thing happend for second webelement Bath:2 Full,1 partial I need only the No 2. I used the following to split MyArray = Split(UIBathResult, " ", -1, 1) But it is giving the value My Array(0)=Bath:2full,1Partial I need the only the nos for further comparision.Any help? Thanks Uma