I have to pass all the test cases into gmail userid and
password using functions please give me code
thanks have anice and greate day
Answers were Sorted based on User's Feedback
Answer / alok
Please post the complete question what you wants to do?
| Is This Answer Correct ? | 2 Yes | 1 No |
Answer / shyam.meghansh
You question is half can u complet it ...........i mean
what are the test cases u have written
| Is This Answer Correct ? | 1 Yes | 2 No |
How can I check if a environment variable exist or not?
What will be the script for recovery scenerio.plzanyone give ans with aexample related to banking project
How do we handle run-time errors?
WHAT IS ETL TESTING.......
how to test Web application using QTP software
How to supress warnings from the "Test results page"?
What are the data types in qtp?
What is the Obect Repository type, we use in Automated Testing..in Real time.. Pls anybody can give the answer.. Thanks in advance...
Explain QTP testing process?
How many types of recording facility are available in quicktest professional (qtp)?
How smart identification works in qtp ?
We have an application which generates links( more than thousand) based on the time stamp dynmically.Each link will download an xls file. we are supposed to click a particular link (which link to click will be obtained thru some buisiness logic).Now the issue is QTP is not recogniging the link(say Var1) though its properties showed mandatory fields text=xyz and html tag=A.I used following code to do this. Browser("ABC").Page("123").Link("text:=" &Var1,"html tag:=A").click, can any one suggest why this is not recognised by QTP though syntax is correct?(Is there any sync issue to be considered?Because on clicking the link it will take 5 mins to open that file)