How to write functional test cases for send button in gmail.
Answer Posted / 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 |
Post New Answer View All Answers
How will you convert a given number to long in vbscript?
Mention what is the technology used by vb script?
How to capture a runtime error in vbscript?
How to access array data?
Explain the asc function?
I need to get some data from data base and store this
(retrieved) data in a excel sheet using VB script in QTP9.0
I have created connection for data base
I have created as excels sheet by using
Set XL=CreateObject("Excel.Application")
XLworksheet.cells(1,1).value= rs.fields.item("<
How to throw an error in vbscript?
Program to use input box and send even numbers into sheet1 and odd numbers into sheet2 and prime numbers into sheet3 using vbscript(QTP)?
I want to run QTP script on Linux server is it possible to do this by connecting Windows to Linux through VPN/Terminal Server and just run the script on Linux server.
Explain about arrays in vb script?
Write program for identifyig duplicates in flight Departing from and Arriving in mercury tours(web application).
what is the use of QCUtil? explain with one example?
How will you get the largest subscript of an array in vbscript?
How to Import data from a file (file is on the desktop) to the data table
What is select case statement?