How to write functional test cases for send button in gmail.
Answer Posted / 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 View All Answers
Explain few date functions in vbscript?
what is the use of QCUtil? explain with one example?
Mention what is the main difference between function and sub-procedure?
How to make professional test report using vbscript code in UFT, which gives us complete analysis of the test.
How to replace junk code recorded by QTP with a mall function.
Hello Friends , I am the new joinner of this website. I am working with Sapient ,Gurgoan I would like to ask few qurries regarding the QTP Tool of (Testing) Currently working on QTP Tool . I would like to no learn VB Script can u name some Books which i get in market. And a small issue in QTP I had 2 users right i have to login and send the document from this user to second user right. when i am send this doc some contendId number generates right. now i am loging into second user and i have to search for that contentId right i found it now i dont want to accept the document so i had an opption of check out ok i have to click on check out my QTP Code is like this Browser(" ").Page(" ").WebTable(" ").ChildItem (3,5,"Image",0).click Browser(" ").Page(" ").Link("ChecK Out").Click i new this code is perfectly right but when i am run the script i have to click on that particular contentId and click on check out but now the Problem is started the error is the document has been already checked out remeber every time my content id changes means it is the new contentId which is not been used atleast once Please help me out in this issue i am in big trouble
How to access array data?
How will you get the largest subscript of an array in vbscript?
What is the difference between vbscript and vba?
Mention the environments where vbscript could be run?
Which operator can be used to do an xor operation in vbscript?
hi Set myobj=Description.Create() myobj("type").value="submit" myobj("name").value="google search" myobj("html tag").value="button" browser("title:=google").page("title:=google").webButton (myobj).Click i was running above code in one weak back it was working fine i got result,again i opened after few days ,again i was trying to run the code it shows run time error in last line of my code ,why ?pls answer my question?
What aspects of vbscript make it safe so that a web page using vbscript cannot destroy or corrupt information on a user's computer?
What is the use of option explicit statement?
Mention what is select case statement?