Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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


Please Help Members By Posting Answers For Below Questions

What is 'sleep' in sync point?

1148


breef description of batch testing ?

2183


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

3319


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)))

2194


What are the technics follow in writing VB script?

2022


How you can make an action as re-usable action?

1182


Explain the terms test and business component?

1077


hi all can any body explain how to write the script for finding the mandatory fields which are having [red Astrik sign (*)]

2032


Can any one explain me what is the procedure to connect the remote desk by using QTP 9.2 ?

2008


Dear All , For UFT 12.02 which version QC or ALM will support ? Thanks Balaji

1447


Explain process of smart Identification in QTP?

1102


How to use the object spy in quicktest professional 8.0 version?

1033


How do you open adobe acrobat file in QTP and do some testing on that file ?

1119


How to do the scripting. Is there any inbuilt functions in qtp as in qtp-s.

1048


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.

1964