how u conduct GUI testing and PERFORMANCE testing on MS-
WORD? and What r the GUI Test Cases and performance Test
Cases?
Answers were Sorted based on User's Feedback
Answer / warun
As said, GUI testing is on Menu and Sub menu alignment and
the correctness in spellings and uniqueness in size of the
images if any.
Performance Test cases :
1. Load the Word document to its maximum pages(say more
than 1000 pages)
2.At this load, Try searching for a phrase in the document
and check the resposne time.
3. Try to edit some line in the document and save the
document .check the responsetime to get saved.
4.close and reopen the document and test for its resposne
time.
5.Try adding some more data to the already loaded document
and see the response time for the data to get pasted on it.
it continues .....
| Is This Answer Correct ? | 8 Yes | 0 No |
Answer / 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 |
Answer / abhesheke
Gui Testing can be done on MS-word by following 6 standard
rules of microsoft.
gui test cases are
1)proper alignement of the menu and submenu
2)no over lapping of menus
3)equals sizes of all the menu items
Gui testing is done manually
i dont much regarding performance plz let me know if any one
know this answer
| Is This Answer Correct ? | 0 Yes | 2 No |
Iam doing automation in Oracle App's using QTP? In App's because of some functional setup, keep on changing my script flow. for this how can i use the recovery sceanrio?? Please help me?
What are the check points can be inserted without recording?
I recorded a Web App with a Oracle backend using QTP 9.5 and for some reason the scripts don't play back> What am I missing at this point. I recorded the same Apps under Sybase and they work great. This is Oracle 10g. Why won't my scripts play back.
How can i use Output Check points in QTP
How can you write the scripts that operate on different objects depending on run-time information?
what is output parameters in qtp?explain? 2)
w is fragmentation and paging
What is the recovery scenario in qtp?
how can we perform web datatable operations on webpages(Like rowcount,col count,cell data)?
is there any addin for remedy user application
Q- what is the advantage of merging tool in QTP 9.2?
What will be the output of the statements below? On error Resume Next Sum 100/0 if Sum= 0 Then msgbox "Pass" else msgbox "Fail" End If