Want to verify notepad reports using QTP framework or any
other BV script method. Can anyone share the method to
achieve it?
Eg. Person Name is the header and the actual name is John
then how can we verify weather person name is John
No Answer is Posted For this Question
Be the First to Post Answer
What is output value?
how interviews will be on QTP?
why do we go for Test Automation?
In automation testing, while doing descriptive programing; how will u get the properties of the objects in what format, what type of a document, and by whom? Pls explain in detail. Thanks a lot
Explain about Table and DB Checkpoints?
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)
Lets say,flipkart website...in search button we have entered category[i.e watches] it displays some items...question is how to test price displayed each product is correct or not through qtp
What are the most frequent errors you faced while executing your scripts?
Differentiate the type of test cases which can be automated and which cannot be automated?
Explain the keyword createobject with an example.
How to test results for qtp ?
How to test login module with different username and password by using data driven testing in QTP?