Hello,
I am facing problem to check textpoint for mercury application .
I have inserted checkpoint to check flight summary for place
of departure and arrival with datatable and script look like
"Browser("Find a Flight: Mercury").Page("Book a Flight:
Mercury").Check CheckPoint("Book a Flight: Mercury_4")" but
while I am executing this script at last my check point gets
fail and display
Text Checkpoint: captured "" between Summary and
4/31/2008FLIGHT , expected "Acapulco"
Match case: ON
Exact match: OFF
Ignore spaces: ON
I think value from data table is not fatched so please guide
me what I have to do to overcome this problem..
Thanks
No Answer is Posted For this Question
Be the First to Post Answer
What is Reusable component is QTP...Anybody can answer it..Thanks in advance...
How can you identify the browser and its information using QTP script?
What is iteration? How it is related to Test Results in QTP
3 Answers Virinchi Technologies,
How to handle the exceptions using recovery scenario manager In QTP?
What is the script for database check point, bitmapchek point, regular expression ?
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)
Describe the process for writing text check point for a web application?
how qtp will recognise if application is run on many browsers
I have 5 no.of Action in my Test. Out off which i should make 3rd action as my start-up action. How should i make it?
can any body clearly explain about hybridframework with the explanation for files what ever we come acros in this frame work?
how can i pass a "cript"as a parameter in to a function
Among all the check points what is the most important checkpoint?