What are different versions in Win Runner ,QTP ,Load Runner
and Test Director till now and atleast please let me know
new features for each version.
Ex QTP8.2,QTP 8.5.QTP9.2 supports Mozilla 2.0
Is it possible to run qtp scripts in Test Director(Scripts are uploaded in Test director)???and also how to see the test results in test director???
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 do batch testing in WR & is it possible to do in QTP, if so explain?
What is an Regular expression doing in VBScript?Tell the pattern for the email verification.
how can i call reusable action in a function could any one explain me?
how to load all resource files(function libraries,object repositories etc) into tests without associating them?
In real time ,How to run all scripts in QTP? i,e in projects
How to execute a winrunner script in quicktest professional (qtp)?
I have to automate excel features using qtp in this i need to open instance of excel in different ways like double click on file, drag & drop options, File > open option but i know the 2 ways to open the excel instance 1 is by creating the object and another is to open the excel file in already opened instance of excel through sendkeys through qtp. But i m not geting how to open excel file through double click and drag and drop option through qtp script plz help me out anyone can thanks in advance
There is a table with 4 columns and 10 rows, how to write the script to display the first column records using qtp? can anybody help me with script?
how to record/identify the webedit box/object which have drop down list and its changing simultaneously in qtp..
1 Answers Synchronoss Technologies,
When to use shared and local object repository?