i want to when we will write the scripts
either after getting the build or after getting the SRS?
Answers were Sorted based on User's Feedback
Answer / suma
it depends on u r project in our company first we write the
test cases after that we automate the testcases
Is This Answer Correct ? | 1 Yes | 0 No |
Answer / satyanarayana
It depends on the situation
If you are preparing the scripts using descriptive
programming then you can start after receiving the SRS.Butif
you are preparing the scripts without using descriptive
programming then you have to use the AUT(Build).To prepare
the scripts the build should be stable
Is This Answer Correct ? | 1 Yes | 0 No |
Answer / badri
After getting the build we can write the script
without build how can we write the script? we don't
know the how to identify the objects in the application.
----Badri
Is This Answer Correct ? | 1 Yes | 0 No |
Explain the adodb.stream class?
How to Import data from a file (file is on the desktop) to the data table
How to pass the parameter from one function to another function in VB Scripting?
Hello All, In QTP 9.2 for Mozilla Firefox, there is webelement in my application, I tried to click on that using decsriptive programming, but it does not work. and for this i tried this code too: Set obj = CreateObject ("Mercury.DeviceReplay") absx = Browser("").Page("").WebElement(".").GetROProperty ("abs_x") absy = Browser("").Page("").WebElement(".").GetROProperty ("abs_y") obj.MouseMove absx, absy obj.MouseClick absx, absy, 0 But it is not clicked. Can anyone help me out for this problem. Thnx in Advance
Could Anybody tell me the VBscript for REVERSE an Integer int reverse(int num) Ex:246 to 642
What is the use of "Option Explicit"?
Mention what is select case statement?
Hi all..I have two values. a=20 ,b=30 I want to perform c= a+b and c= a*b using user define function.please anyone give the answer
What is the difference between do until loop and do while loop?
how to write code: to check whether the window of an Application Under Test exist or not . plz give with example
What is the use of option explicit statement?
how to get date format from system locale..format means neither long nor shor... format from system locale. i need like your date is mm/dd/yyyy formate or mm-dd-yy or with time like that. how to get.