Hello everyone,
I need to create a a simple java function where I can put start and end datum in the format 201901 up to 202052
that means every year have got 52 week. so the randomizer put a value between year 2019 and 2020. also a week between 01 to 52.
and the format need to look like...
Hello everyone,
Since I am new to java I am not sure if this is the right way of do this.
Anyway I have created following methods:
public static String UserCredentials(String Username,String Password)
{
//Credentials for Terminal
Username="Root";
Password="Test1234";
return...
Hello everyone,
I am very new to java,
I am trying to create a public class Person see below:
public class Person {
public Person(String name,String LastName)
{
System.out.println("Name:"+name);
System.out.println("LastName:"+LastName);
}
public static void...
Thank you so much mikrom!
I am current is writing and translate your code. may take a hour lol :)
I am very sure I going to have questions to you later when I am done!
Thank you so much very grateful!
Best regards
Xsi
In my Case now I have got
import java.util.ArrayList;
public class Class1 {
public void MyArr() {
ArrayList<String> obj = new ArrayList<String>();
obj.add("MyTest1");
obj.add("MyTest2");
obj.add("MyTest3");
System.out.println("This is"+ obj);
}
}
then another...
Hello everyone,
I am very new to Java
what I need to do is like below:
Public Class1
that is an arrayclass that holds multi arrays + lists is my thought.
Public Class2
here is where I fill the arrayclass from Class1 with arraydata.
Public Class3
here is where I use the array class1 that...
Hello everyone,
I am very new to Java
what I need to do is like below:
Public Class1
that is an arrayclass that holds multi arrays + lists is my thought.
Public Class2
here is where I fill the arrayclass from Class1 with arraydata.
Public Class3
here is where I use the array class1 that...
Hello everyone,
I have got following folder structure:
FuncLib
ObjReb
Temp
TestData
TestSuite
I am using QTP/UFT Test-automation its (vb.net)
with following command I get current folderpath:
TestPath =Environment("TestDir")]
result:
C:\XXX_xxxxx_xxxx-xx-xx\TestSuite\Maincase
now I need...
This is my atempt:
Dim UserNameArr()
Dim PwdArr()
ExcelDataToArr()
ReadTestdata()
Public sub ExcelDataToArr()
TestData=Environment.value("TestPath")&"Testdata\DB.xlsx"
Datatable.Importsheet (TestData),"TestDataDB",1
intRowcount=DataTable.GetSheet(1).GetRowCount
For iLoop = 1 To...
Hello everyone,
I have made following code,
Dim UserNameArr()
Dim PwdArr()
Public sub ExcelDataToArr()
TestData=Environment.value("TestPath")&"Testdata\DB.xlsx"
Datatable.Importsheet (TestData),"TestDataDB",1
intRowcount=DataTable.GetSheet(1).GetRowCount
For iLoop = 1 To intRowcount...
I am very new to UFT,
I am currently is doing automation for MainFrame also Terminal emulation.
Path to exe file
"C:\Program Files (x86)\IBM\Personal Communications\"
this is my atempt below:
Public Sub CreateTerminal()
Function Terminal()
Dim qtApp 'As QuickTest.Application ' Declare...
Hello people,
The code does following:
Loop through all Cells for every row in the Master file.
for each cell open a Separate file Loop through all used cells in column in "H", If the cells are equal take the Cell same row Column "i"; paste it in the Master file to the same row as the first...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.