Can we record using all the modes in a single script?
Explanation with example is appreciated
No Answer is Posted For this Question
Be the First to Post Answer
Tell me the situations where we will use Data Driven?
how to count the word "IS" is repeated in the application using DP
3 Answers DST Global Solutions,
Test cases for Traffic Signals
An action has both shared and local or associated to it and both have the same object in them. In the test which one will be considered?
Print the Prime numbers in below format only up to 20(Need commas also) 1,2,3,5,7,9,11,13,17,19
you written some code in qtp for opening google.com browser and entered some text inthe search text box and clicked search button. this is ur script.. before running this script i have already opened two google.com browsers. now am running the script what will happen? script will run or what?? Thanks... Nani
Is it possible to convert QTP scripts to Silk scripts?
What are the types of Object Repositories in QTP?
Why we are selecting QTP for testing ?
How to use output values in qtp ?
i ve an excel in a QC folder. Thru my QTP script i want to open that excel in runtime. I am running this script from QC itself
Hi, I am using OutputCheckPoint for 2 webelements Bed:4 and Bath:2 Full,1 partial in my result page and I am storing the value in the data table. I dont need the string Bed:4,I would like to get only the no 4. How can I get it? Even though I highlight only 4,It is seleting the full value "bed 4". Same thing happend for second webelement Bath:2 Full,1 partial I need only the No 2. I used the following to split MyArray = Split(UIBathResult, " ", -1, 1) But it is giving the value My Array(0)=Bath:2full,1Partial I need the only the nos for further comparision.Any help? Thanks Uma