How you know that a test case is a regression test case
Answer / nitin sharma
with the help of RTM(Requirement Tracebility Metrices) u can
track how many test cases are affected after the change has
been made in code.
| Is This Answer Correct ? | 1 Yes | 0 No |
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
Can any one say what exact diff between test->parameters, action properties-> parameters. after defining the parameters in test->settings, how can we access those parameters.(i know how to use action prop parameters)
what is the difference between Reusable action and external action?
what is the difference between data driver & data driven and driver script?
can u put checpoints for moving images
Hi Friends... By using QTP , can we test .net products...and that product supports different languages.. thanx in advance..
How to Compare two database tables by using QTP?Please give me code details.
How can we disable popup blocker?
Hi How to retrieve data from web element line by line?
what the difference between shared repository and per action repository?
In QTP, As a first step wht we will do before going to start a Automation....when it will be decided that we have to go for a Automatio..and who will decide to go for Automation. Any body can pls let me know.. Thanks in Advance..
What is Version control?