terminal services client
No Answer is Posted For this Question
Be the First to Post Answer
Suppose u write test case in Excel sheet . how u open that test case in Test Director?
What are the key points to create a framework in QTP for oracle forms?
I have below user Defained function function AddTwo(ByVal a, ByVal b) Dim Ans Ans=a+b MsgBox Ans End function Now my question comes here...from given below methods which method is right to call above function?Which is Wrong and why? 1. AddTwo(2,4) 2. Call AddTwo(2,4) 3. AddTwo 2,4 4. Call AddTwo 2,4
I want to know can we integrate visual source safe tool with QTP and QC for our version controlling process? WE know QTP and QC 10.0 version is having the version control inbuilt in it but I want to know the merits and demerits of the inbuilt version control tool and the visual source safe tool using QTP and QC.
How you test the object which is dynamically changes its location?
Friends please let me know how id following possible in QTP: Can I apply conditional loop on a bitmap/image or any other checkpoint. Like if checkpoint passes then if or Else
is it possible to check the text displayed in the tool tip using QTP? if so, how?
What is difference between run time object and test object?
If I change the property value at runtime is it effect is object repository?
How can we change the .mtr file to .tsr file and vice-versa
I have a list box which contains duplicate values e.g. A,A,A,B,B,B,C,C,C.Now write a code in qtp to test the list box . Scenario #1 : I have to check whether any values are there? Scenario #2 : If duplicate values are there,then how many time it is getting duplicated? Svenario #3 : how can I test presence of items in list box ommiting duplicate values?
how to write the descriptive programming in QTP for remove the object value and substitute, with a variable then call the validation from excel