1)how to write test cases in test director? not go throuth
requirments and plan but should be different way i need?
2)what is the mediator between qtp and application or
project?
Answer / manjukypa
Hi
Ans 1) we can write the test cases in excel document and we
can export that test cases into Test director or Quality
cneter.
generally like this only companies are doing.
2)mediator between QTP and the project are ADD INS and
REPOSITORY.
after add the add is, while recording the application
repository stores the properties of that objects.
as per that properties only qtp can recognise the
application.
| Is This Answer Correct ? | 2 Yes | 0 No |
Tell me about userdefined functions ?
Hi Friends, Can anyone help me out in this one? In QTP, I am using Data Driver and want to parameterise multiple values (say 3 values ) for a field. How can I do it using Data Driver wizard? Plz mention it step-by-step. In the end after doing the needful, on opening the Data Driver window, how can I get number (i.e. 3) in the Parameterised column for that particualr value? Thanks a lot in advance.
what is the difference between Automation object model(AOM) and test object model(TOM)
How we can add actions in the test using QTP?
Explain more about the Test Fusion Report of QTP?
Cn u please clarify my doubt Where are micTab and micReturn used.Thanx in Advance
can anyone tell me what to say in interview when interviewer asks about "tell me about your framework in your project"?
banking project description for software tester
How can we change(increase or decrease)the size of a array variable with out loosing the previous values
1 Answers DST Global Solutions,
whenever U using QTP,Test Director, Why we using separate Bug tracking tool?
write the vb script for call to new action in qtp?
Hi Guys, I want to place all of my values which i am getting it from a loop in to a global shee. For that i had written the script like this For i = 1 to ECOs-1 ECO = List(i).GetROProperty("innertext") DataTable.AddSheet("ECOList") DataTable.GetSheet("ECOList").AddParameter "ECOList",ECO AbortECO = DataTable.GetSheet("ECOList").GetParameter ("ECOList").Value msgbox AbortECO DataTable.GetSheet("ECOList").SetNextRow Using the above script, whenever the loop iterates it is creating new column "ECOLIST" in the sheet called "ECOLIST". It means, the values are displaying in the column wise even though i added the script " DataTable.GetSheet("ECOList").SetNextRow" . The cursor is not moving to the next line. Anybody help me out how to pass the values from script to the excel(Global/Local) sheet. Pls let me know @ nbabu11@gmail.com if you are not clear about the question.