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 |
how to record a word doc using qtp i.e open a word doc,type something and save the doc can someone send me the code.
how to create user defined functions in QTP? can any one expalin me with example.. Thanks in Advance for help
how do u get lib files into scripting files?
In application have 2 list box oppsite list box two edit box is there.so now through using DP how can we select 3 opption in first list box and 2box semect 4 opption.in edit box also we have to write 25 ,28.how can we do this
How to retrive XML file data in QTP ? using Script(Chandana)
images are dynamically changes how to compare two images with out using the bitmap
diff between dim & redim ? in detailed? pls any one explain me?
Please have a look at this: a = Browser("Travel Boutique Online").Page("Travel Boutique Online_2").webelement("innerhtml:=2622").getroproperty("y") a=a+9 msgbox a Browser("Travel Boutique Online").Page("Travel Boutique Online_2").image("alt:=check","y:=a").click Now please let me explain. As clear from code I am trying to enter value of variable 'a' as Property y. But each time QTP AND MY SYSTEM stops responding when this line is execcuted. But When i enter some number in place of 'a' in the last line. it works fine. Please let me know what I am doing wrong at time of entering the variable in last line. Thanks a lot
In what situations QTP will not recognize the Objects?
what is the difference between the modular framework and datadriven frame work
What is output value?
Sometimes my QTP scripts works fine and sometimes its not though I am using same shared Repository and am not doing any changes in it.Even though for descriptive programming also its works fine and sometimes it does not work.my application is pretty stable.Could anyone please answer why am facing these types of issue??