If u don't have any Knowledge on perticular application but
they give that application to u for Testing ? Then How we
wil move towards testing on that application?
Answer Posted / gouse basha
without knowing any thing about application we cant take
next step.atleast we have to know some overview of abut
that application and we will do testing
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
How software tester can use constants and variables in scripts?
How can we use the "CreateObject("Shell.Application")" in QTP and what is the definition and purpose of it?
What are the Disadvantages of shared object repository?
Is it possible to switch between recording modes during a test creation?
I need to pull the data from the page which in row, column vice into excel sheet, how can it be done using QTP? eg: Name Dept xyz gdty i need the same data to be exported in excel sheet.
How many tabs are available to view your test in a test pane and what are they?
How does qtp identify objects in the application?
What is business process testing(bpt) in qtp?
An action has both shared and local or associated to it and both have the same object in them. In the test which one will be considered?
There is an excel file of 1 to 100 sheets how you will iterate through it?
Does QTP have any limitations?Can it work with all kinds of programming languages like java,springs,ajax ,hybernet?Also does it work well with windows 7.What are its other limitations
what is profile tool?
How will you find the current time of the remote machine using QTP script?
What are the differences between quicktest professional and winrunner?
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