how u conduct GUI testing and PERFORMANCE testing on MS-
WORD? and What r the GUI Test Cases and performance Test
Cases?
Answer Posted / srinu
Gui test case explans about the allighment of the
menus,formt size,appreance and functionalities of the
objects (ex: If you save a file is it saving)
Performance testing explans about the load and strees of
and application
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
how do u plan test automation?
What is the use of text output value in quicktest professional?
When ‘option explicit’ keyword is used in qtp?
Hi any body pls help me for QTP 11.0 software free demo version. i have to practice. Kindly send the link.or where i have to download.
what could go wrong with test automation?
What are the recording modes in wave event?
Explain the concept of object repository and how QTP recognizes objects?
How do you do batch testing in wr & is it possible to do in qtp, if so explain?
Whether qtp 9.0 supports Test director8.0
How to do call a output parameter from one action to another action??/
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 smart identification works in qtp ?
supose i hv to acsess some functionlaties of a test in 1 machin , some part other machin how can acsess?
please post the interview questions for QA position in FACTSET
what is the difference between modular framework & datadriven framework