In a webpage how to check the dynamic links that re
changing regularly?( without using regular expressions.)
Answers were Sorted based on User's Feedback
Answer / narsi reddy
we can use index ..also if we know to what name the link is
changing we can use settoproperty...for any questions on
descriptive programming ask me ..jnarsireddy@gmail.com
| Is This Answer Correct ? | 6 Yes | 0 No |
How many test scripts are prapare in ur project(HeathCare Insurance).
How does QTP identify an object?
how to capture objects of remote deskop as it is capturing only window.
Dear All, How to generate Pass or Fail Report in QTP without using Reporter.Report Event Method ? Thanks Balaji
diff between qtp versions from 8.5
What is the syntax to call one action in another?
hi,i have a pblm in qtp,im testing an webappl in which different types of error pop up messages are displayed which qtp is not differentiating or it is not recognising. how do i make it recognise different popup errorm messages while writing script?
How to pass a variable in Dos Command using QTP? Eg: Dim path1, path2 path1 = "C:\Test\sample1.doc" path2 = "C:\Test\sample2.doc" How can we pass these path1 and path2 inside the "copy" dos command? I tried like this. this is not working. oShell.run "cmd /K copy" &path1 &path2
how do u get lib files into scripting files?
how to retrieve the value from data table to the script and using the value to be displayed in message box. an also retrieve the value of the output value during runtime to the script or separating and using that value in the script.
Hi, Where should I get all the test's results If I ran the scripts in Batch run. At the result window I found only last test result. Could any one help me on this?
Consider one application is open, clicking one menu will open another application in another browser. QTP does not catch the URL of the second browser(second application). can we capture it ?