Write a script to delete the a specific row (say 3rd) in a
webtable.
No Answer is Posted For this Question
Be the First to Post Answer
WHAT IS DIFFERENCE B/W QC 9.2 AND QC 10.0
What is the difference between QTP 8.2 and QTP 9.2
Explain the difference between data driven testing and parameterization ?
HOW to invoke any recorded script in QTP with out using RECORD & PLAYBACK CONCEPT?
How i can change shared repository to per test repository in qtp
What's Checkpoints for 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)
where we save the scripts created in one project?
What information do the columns in the Keyword View show for each step?
Key word driven framework
in how many ways we can write the user defined functions one way i know that i.e storing it in .vbs another way i does not know my friend said that .qtf or something but start with q letter can any buddy knows about this
How to execute a VBS file without using Execute File statement?