To retrive the test data which tool vl use and whats basis u
vl write test data? its urgent
No Answer is Posted For this Question
Be the First to Post Answer
How can we import a Open Office excel file in QTP
How to find the length of the string in qtp?
What are the various automation frameworks available in qtp?
HOW AND WHY TO CREATE EMPTY OBJECT IN QTP?
How comfortable are you in VB scripting?
What are the common defects found in your project? (in qtp interview)
If our application contain one image while executing script application failed to show that image but you have to check that image by importing dynamically from other location... Can we use Check Points here on dynamically imported image?
What is the difference between keyword driven frameworkd and Modularisation framework?(Chandana)
How do you export an output to a excel sheet? Ex: I get my answer by using Msgbox"..." &R. How do I displayed the result of the Msgbox (such as R) to an excel sheet? Please let me know.Thanks
Tell me one scenario, the complex functionality you have automated in your project?
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
What are the properties you would use for identifying a browser & page when using descriptive programming ?