How to see entire results at the same timeafter the batch
run..
Cannot see the entire results at a time.
Is there a easier way view everthing at same,as
our batch file very large
Answer Posted / sahadeva
hi,
i hope i not sure of this ans
we view by click on tree view from the left panel in results
window or the above given ans
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is 'sleep' in sync point?
breef description of batch testing ?
How to read a text file from QC using QTP. I would like to do something like this. But instead read a file from QC and NOT from my local drive. Set fso = CreateObject("Scripting.FileSystemObject") Set InputFile = fso.OpenTextFile("C:\test.txt", ForReading) Thanks
An object is non standard object, i mapped it to standard object, eventhogh on mapping to standard object i cannot use the methods available on the standard object with the mapped object. How i can use those standard object methods with these mapped object. (((Note : dont tell that we can use virtual object as virtual object is to map nonstandard obj to standard obj)))
What are the technics follow in writing VB script?
How you can make an action as re-usable action?
Explain the terms test and business component?
hi all can any body explain how to write the script for finding the mandatory fields which are having [red Astrik sign (*)]
Can any one explain me what is the procedure to connect the remote desk by using QTP 9.2 ?
Dear All , For UFT 12.02 which version QC or ALM will support ? Thanks Balaji
Explain process of smart Identification in QTP?
How to use the object spy in quicktest professional 8.0 version?
How do you open adobe acrobat file in QTP and do some testing on that file ?
How to do the scripting. Is there any inbuilt functions in qtp as in qtp-s.
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.