1.How do u prepare the test suits in QC?
2.How do u convert requirements to test plan in QC?
No Answer is Posted For this Question
Be the First to Post Answer
What is the virtual object?
Hi all, Recently i faced this question in infosys What is QTP architecture?? Is Architecuture and Framework are same?? Can someone please give clear understanding of this.
Tel me what was the automation testing process you followed?
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.
how to prepared for first for the first interview?
Where can i get the QTP tutorials. I wanna move to automation testing. Is there any book or URL, where i can find the source to read...
hi i am new to qtp i need to run all files by a batch what is the procedure and what are following actions to be take?
why we use environment variables
can any one tell me How exactly data drivent testing is done in.explain with any example and the exact steps to fallow?
What is the main difference between desriptive programming and generic functions
What are different types of frame works ?
how do we know whether all objects are stored in the object repository or not? how can we know if a particular object is not stored in the repository?