wt is the difference between global and action excel
database in qtp?for example one action is calling another
action the second action is using action excell sheet?if it
is using global sheet what makes the difference?
Answer Posted / raams
global sheet have the default data table iteration but in the local sheet does not have that type of option
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
hi Friends ,willany body tell me what is the Scope for the automation Testing inht Future is their Or not And what is the Top Most Level in the testing section according the Pay scale
How to customize qtp?
Differences between quicktest professional (qtp) and winrunner?
How the exception handling can be done using quicktest professional?
Explain the concept of how quicktest professional (qtp) identifies object?
what is ODC and GDC?
Explain the types of object repositorys in qtp?
I opened gmail login into gmail and i have to save (Pass or move) all the mail into notepad please give me code Thanks of all
Explain the difference between data driven testing and parameterization ?
What is quick test pro? What is a quick test professional?
In keyward driven framework what will be the step for yahoo login page ,inbox logout,plz explain in detail
Which functionalities of QTP used in banking project?
Dear All, How to generate Pass or Fail Report in QTP without using Reporter.Report Event Method ? Thanks Balaji
Describe the differences between functions and actions in UFT?
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