How can you write the scripts that operate on different
objects depending on run-time information?
No Answer is Posted For this Question
Be the First to Post Answer
how can we know the program is testing by multiple test data in data driven frame work?
How to parameterize in QTP?
i am trying to capture the URL from the open browser and store it. pls give me solution how we can do this in QTP. thanks
is it possible to add sheets to excel at runtime
how do u plan test automation?
When should I use smart identification?
I am using environment variable xml to give credenatials for login into unix. Is there any way we cam mask the password in the xml?
Can i get a simple example exercise for update run mode for sample flight application......... In qtp when i try to run the test in update mode.. Auotmation> update option is disabled............ Pls let me know ................. Thanks in advance.....
How to use Environment parameterization in QTP? Explain with an example.
Write code for ,We have a web table with rows and columns like EmpID EName Action 1 ABC Edit Delete 2 XYZ Edit Delete 3 PQR Edit Delete In the above Table the last column has two links we have to click first link based up on EmpID =2
What is the another extention name of library file.If that is exist than what's the differnce between them.
What will be the output of the statements below? On error Resume Next Sum 100/0 if Sum= 0 Then msgbox "Pass" else msgbox "Fail" End If