LINUX environment supports QTP or not?
LINUX environment supports QC or not?
Answers were Sorted based on User's Feedback
Answer / nagapawan
no, linux environment does not supporT QTP
and QC also doesnot support linux enviromenT
| Is This Answer Correct ? | 2 Yes | 1 No |
Answer / baba fakruddin
QTP is Windows Desktop application... it can not be
installed in linux
QC is a Test management Tool where it installed in servers.
QC can be installed in Linux
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / kalla
yes it support i am using it
but we have to add T E addin
| Is This Answer Correct ? | 0 Yes | 0 No |
To count the no of links present in the yahoo home page i have written the script like this Set fileSysObject=createobject("Scripting.FileSystemObject") Set linksFileName=fileSysObject.opentextfile ("D:\samplelinkfile.txt",2,true) Set linkDescObj=description.Create linkDescObj("micclass").value="Link" Set noOfLinks=browser("yahoo").Page("Yahoo! India").ChildObjects(linkDescObj) For i=0 to noOfLinks.count-1 linkName=noOfLinks(i).getROProperty("name") linksFileName.writeline(linkName) Next linksFileName.close Set fileSysObject=nothing While running the script it showing error that object "yahoo"isnot found in the object repository. Is there any setting before running the script? if yes what is the steps for it.Im using QTP9.0
If requirments changed then how we can teach the QTP this is the new requirment
Hi All I'm new in QTP. I'm trying to make test cases for login on Flight.exe . I have parametrise the agentname and password field. So wen wromg agent name or password is entered it show a dialog box with proper message(Like: "Wrong Password" or :Please enter Password" etc) and OK button. I have created If else block. Now my problem is i want to make checkpoint on error message Dialog box. But each time i create a checkpoint it shows same text message. So how i can check that message is there or not.
How does quicktest professional (qtp) identifies the object in the application?
what is tool interface?
What is text/text area checkpoint?
In Test Director bug rEPORTS, wHAT ARE THE CONTENTS(fIELDS)? iF yoU PREAPARE BUG REPORT IN eXCEL sHEET , hOW U SEND TO dEVELOPMENT TEAM THRW T.D?
How is the Bitmap checkpoint different from Image checkpoint?
What are the environment variables?
What is standalone database?
What is OUTPUT VALUE ? PLZ Explain With Example?
What is a Web Table?