How to write functional test cases for send button in gmail.

Answers were Sorted based on User's Feedback



How to write functional test cases for send button in gmail...

Answer / charith

1.Check whether it is asking for recipient to b added in
the 'To:' WebEdit Box,using a pop-up dalog.
2.Check wheter it is asking for text to be written in the
body of the message, using a pop-up dialog.
3.Check whether it is asking for subject to added or not,
using a pop-up dialog.
4.Check whethet the Message Sent information is dsplayed
after clicking on snd button.

Is This Answer Correct ?    12 Yes 2 No

How to write functional test cases for send button in gmail...

Answer / varun

1.check whether proper internet commection is there or not
2.Check whether address provided in the to is correct or not.
3.Check whether any name is required in bcc or cc or not..
4.If yes, Make sure the address is given correct.
5.check whether subject is written or not in subject section.
6.check whether sent button is working fine or not.
7.Check whether we got confirmation for sent message or not

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More VB Script Interview Questions

hi, How will write a regular expression of date in VB scripting.

1 Answers  


1)How to test whether items in a weblist are in alphabetical order or not?

1 Answers   TCS,


Mention what is vbscript procedures?

0 Answers  


how to delete folder test3,test4 and test5 using vbscript?

2 Answers  


write a vb script to display the size of the folder,date created and name of the folder

1 Answers  






What are the naming conventions while declaring a variable in the vbscript language?

0 Answers  


create a form to accept username and password validate the username and password with using message box, display the corresponding user message

0 Answers   CSC,


Can automation testing find ssame no. of bugs what we can find by manual testing?

0 Answers  


Hi this is Vinoth. I need a help on below mentioned question A combobox contains list of items assume as 5 I have to get each items Individually and I have to Export to datatable. Please help me on this. Thanks

0 Answers  


Why is the use of exit do or exit for statements within loops discouraged?

0 Answers  


How to generate 3 digit random number?

3 Answers   IBM, Virtusa,


Difference between Do while loop and while wend loop

1 Answers  


Categories